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 1830e86db ORC-1670: Upgrade `zstd-jni` to 1.5.6-1
1830e86db is described below
commit 1830e86db956c025e667060807e3c092da8f1c7b
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Mar 28 10:46:08 2024 -0700
ORC-1670: Upgrade `zstd-jni` to 1.5.6-1
### What changes were proposed in this pull request?
This PR aims to upgrade `zstd-jni` to 1.5.6-1.
### Why are the changes needed?
This release has the following memory-leak bug fix.
- https://github.com/luben/zstd-jni/releases/tag/v1.5.6-1
- https://github.com/luben/zstd-jni/pull/303
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #1865 from dongjoon-hyun/ORC-1670.
Authored-by: Dongjoon Hyun <[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 c2d8712f8..c33c89d09 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.5-11</zstd-jni.version>
+ <zstd-jni.version>1.5.6-1</zstd-jni.version>
</properties>
<dependencyManagement>