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-mr.git
The following commit(s) were added to refs/heads/master by this push:
new f9242dd99 PARQUET-2439: Upgrade ZSTD-JNI to 1.5.5-11 (#1284)
f9242dd99 is described below
commit f9242dd9978d6123c4053a433c3fcdbb6289de79
Author: cxzl25 <[email protected]>
AuthorDate: Sun Mar 3 20:40:57 2024 +0800
PARQUET-2439: Upgrade ZSTD-JNI to 1.5.5-11 (#1284)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d04a6eb60..90bb3b6ab 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.0-1</zstd-jni.version>
+ <zstd-jni.version>1.5.5-11</zstd-jni.version>
<commons-text.version>1.11.0</commons-text.version>
<jsr305.version>3.0.2</jsr305.version>
<commons-lang3.version>3.14.0</commons-lang3.version>