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 e09e169c6 Bump com.github.luben:zstd-jni from 1.5.7-9 to 1.5.7-11
(#3613)
e09e169c6 is described below
commit e09e169c6341233397e7d02ac25ae4cd4683175e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 14 12:28:08 2026 +0800
Bump com.github.luben:zstd-jni from 1.5.7-9 to 1.5.7-11 (#3613)
Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from
1.5.7-9 to 1.5.7-11.
- [Commits](https://github.com/luben/zstd-jni/compare/v1.5.7-9...v1.5.7-11)
---
updated-dependencies:
- dependency-name: com.github.luben:zstd-jni
dependency-version: 1.5.7-11
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 4ffbb0f1a..a0a667816 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-9</zstd-jni.version>
+ <zstd-jni.version>1.5.7-11</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>