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 0c230ac41 ORC-1747: Upgrade `zstd-jni` to 1.5.6-4
0c230ac41 is described below

commit 0c230ac417e04a8aaa31f271317566b8fb421a1e
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]>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 890b663cf..15cf6c46d 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -84,7 +84,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>

Reply via email to