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 6eb9ddcfe ORC-1705: Upgrade `zstd-jni` to 1.5.6-3
6eb9ddcfe is described below

commit 6eb9ddcfef71db699d1d5b61b765a289828fd325
Author: sychen <syc...@ctrip.com>
AuthorDate: Fri Apr 26 09:02:04 2024 -0700

    ORC-1705: Upgrade `zstd-jni` to 1.5.6-3
    
    ### What changes were proposed in this pull request?
    This PR aims to upgrade `zstd-jni` to 1.5.6-3.
    
    ### Why are the changes needed?
    https://github.com/luben/zstd-jni/compare/v1.5.6-2...v1.5.6-3
    
    ### How was this patch tested?
    GA
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #1914 from cxzl25/ORC-1705.
    
    Authored-by: sychen <syc...@ctrip.com>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
    (cherry picked from commit a5abb0de07227cf57ba2aae27233394840d3639d)
    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 e45db89d0..1de0f4371 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-2</zstd-jni.version>
+    <zstd-jni.version>1.5.6-3</zstd-jni.version>
   </properties>
 
   <dependencyManagement>

Reply via email to