This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-2.2 by this push:
new adff7c701 ORC-1957: Upgrade `zstd-jni` to 1.5.7-4
adff7c701 is described below
commit adff7c701b8879e7952669e54b914084519f244f
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Jul 15 09:15:28 2025 -0700
ORC-1957: Upgrade `zstd-jni` to 1.5.7-4
### What changes were proposed in this pull request?
This PR aims to upgrade `zstd-jni` to 1.5.7-4.
### Why are the changes needed?
To bring the latest bug fixes and improvements.
- https://github.com/luben/zstd-jni/issues/360
- https://github.com/luben/zstd-jni/pull/361
- https://github.com/luben/zstd-jni/pull/362
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #2329 from dongjoon-hyun/ORC-1957.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit e1382934342ead60e6546c3f7455b860f73e4d93)
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 40ec637f2..7070791c0 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -85,7 +85,7 @@
<storage-api.version>2.8.1</storage-api.version>
<surefire.version>3.5.3</surefire.version>
<test.tmp.dir>${project.build.directory}/testing-tmp</test.tmp.dir>
- <zstd-jni.version>1.5.7-3</zstd-jni.version>
+ <zstd-jni.version>1.5.7-4</zstd-jni.version>
</properties>
<dependencyManagement>