This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new e13829343 ORC-1957: Upgrade `zstd-jni` to 1.5.7-4
e13829343 is described below

commit e1382934342ead60e6546c3f7455b860f73e4d93
Author: Dongjoon Hyun <dongj...@apache.org>
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 <dongj...@apache.org>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 3767081ad..5a88d5877 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>

Reply via email to