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 8e98fe84d ORC-1670: Upgrade `zstd-jni` to 1.5.6-1
8e98fe84d is described below
commit 8e98fe84db50ec2e871beda3a1c7f11ae96bc23e
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]>
(cherry picked from commit 1830e86db956c025e667060807e3c092da8f1c7b)
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 859072d8b..5d56b008d 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.5-11</zstd-jni.version>
+ <zstd-jni.version>1.5.6-1</zstd-jni.version>
</properties>
<dependencyManagement>