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 3dd869086 ORC-2032: Upgrade `zstd-jni` to 1.5.7-6
3dd869086 is described below

commit 3dd8690869a5a9479e20b13dac1f2201316beccc
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Oct 22 10:34:09 2025 -0700

    ORC-2032: Upgrade `zstd-jni` to 1.5.7-6
    
    This PR aims to upgrade `zstd-jni` to 1.5.7-6.
    
    To fix a regression
    - 
https://github.com/luben/zstd-jni/commit/1941118e0923cc992b165d78bca11e08a1d53dfa
    
    Pass the CIs.
    
    No.
    
    Closes #2451 from dongjoon-hyun/ORC-2032.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit e42878c9d75fe1cb6f6d472345eeda884c0ef7cc)
    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 91ca1f4f6..0a3d432e5 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -87,7 +87,7 @@
     <storage-api.version>2.8.1</storage-api.version>
     <surefire.version>3.5.2</surefire.version>
     <test.tmp.dir>${project.build.directory}/testing-tmp</test.tmp.dir>
-    <zstd-jni.version>1.5.7-4</zstd-jni.version>
+    <zstd-jni.version>1.5.7-6</zstd-jni.version>
   </properties>
 
   <dependencyManagement>

Reply via email to