Skip to content

Commit adff7c7

Browse files
committed
ORC-1957: Upgrade zstd-jni to 1.5.7-4
### What changes were proposed in this pull request? This PR aims to upgrade `zstd-jni` to 1.5.7-4. ### Why are the changes needed? To bring the latest bug fixes and improvements. - luben/zstd-jni#360 - luben/zstd-jni#361 - luben/zstd-jni#362 ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2329 from dongjoon-hyun/ORC-1957. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit e138293) Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 226bae7 commit adff7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<storage-api.version>2.8.1</storage-api.version>
8686
<surefire.version>3.5.3</surefire.version>
8787
<test.tmp.dir>${project.build.directory}/testing-tmp</test.tmp.dir>
88-
<zstd-jni.version>1.5.7-3</zstd-jni.version>
88+
<zstd-jni.version>1.5.7-4</zstd-jni.version>
8989
</properties>
9090

9191
<dependencyManagement>

0 commit comments

Comments
 (0)