This is an automated email from the ASF dual-hosted git repository.
wgtmac pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new cc1524210 Bump com.github.luben:zstd-jni from 1.5.7-8 to 1.5.7-9
(#3581)
cc1524210 is described below
commit cc1524210238901e94524b3c1d81f22c830e7ba8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 25 09:52:01 2026 +0800
Bump com.github.luben:zstd-jni from 1.5.7-8 to 1.5.7-9 (#3581)
Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from
1.5.7-8 to 1.5.7-9.
- [Commits](https://github.com/luben/zstd-jni/compare/v1.5.7-8...v1.5.7-9)
---
updated-dependencies:
- dependency-name: com.github.luben:zstd-jni
dependency-version: 1.5.7-9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1bd9893d8..608783d41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
<opencsv.version>2.3</opencsv.version>
<jcommander.version>1.82</jcommander.version>
<tukaani.version>1.12</tukaani.version>
- <zstd-jni.version>1.5.7-8</zstd-jni.version>
+ <zstd-jni.version>1.5.7-9</zstd-jni.version>
<commons-text.version>1.15.0</commons-text.version>
<jsr305.version>3.0.2</jsr305.version>
<commons-lang3.version>3.20.0</commons-lang3.version>