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 a5abb0de0 ORC-1705: Upgrade `zstd-jni` to 1.5.6-3
a5abb0de0 is described below
commit a5abb0de07227cf57ba2aae27233394840d3639d
Author: sychen <[email protected]>
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 <[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 901fd5d7f..5e48a9bd4 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-2</zstd-jni.version>
+ <zstd-jni.version>1.5.6-3</zstd-jni.version>
</properties>
<dependencyManagement>