This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 2c0152870 ORC-1747: Upgrade `zstd-jni` to 1.5.6-4
2c0152870 is described below
commit 2c015287073a698a2bdb9f43db7e77767e2d5f87
Author: sychen <[email protected]>
AuthorDate: Mon Jul 22 11:19:31 2024 -0700
ORC-1747: Upgrade `zstd-jni` to 1.5.6-4
### What changes were proposed in this pull request?
This PR aims to upgrade `zstd-jni` to 1.5.6-4.
### Why are the changes needed?
https://github.com/luben/zstd-jni/compare/v1.5.6-3...v1.5.6-4
### How was this patch tested?
GA
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #1987
Closes #1986 from cxzl25/ORC-1747.
Authored-by: sychen <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 0c230ac417e04a8aaa31f271317566b8fb421a1e)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 49f1b8962..f068fe053 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -83,7 +83,7 @@
<storage-api.version>2.8.1</storage-api.version>
<surefire.version>3.0.0-M5</surefire.version>
<test.tmp.dir>${project.build.directory}/testing-tmp</test.tmp.dir>
- <zstd-jni.version>1.5.6-3</zstd-jni.version>
+ <zstd-jni.version>1.5.6-4</zstd-jni.version>
</properties>
<dependencyManagement>