This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new 2b36e99ba GH-3009: Bump zstd-jni.version from 1.5.6-3 to 1.5.6-6
(#3010)
2b36e99ba is described below
commit 2b36e99ba770a50ae2573df3f0e63b6e9da7a5eb
Author: Oleg Bonar <[email protected]>
AuthorDate: Tue Sep 24 15:44:50 2024 +0200
GH-3009: Bump zstd-jni.version from 1.5.6-3 to 1.5.6-6 (#3010)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b81789d7a..736c81c43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
<opencsv.version>2.3</opencsv.version>
<jcommander.version>1.82</jcommander.version>
<tukaani.version>1.9</tukaani.version>
- <zstd-jni.version>1.5.6-3</zstd-jni.version>
+ <zstd-jni.version>1.5.6-6</zstd-jni.version>
<commons-text.version>1.12.0</commons-text.version>
<jsr305.version>3.0.2</jsr305.version>
<commons-lang3.version>3.15.0</commons-lang3.version>