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 741543f77 Bump com.github.luben:zstd-jni from 1.5.7-12 to 1.5.7-13
(#3725)
741543f77 is described below
commit 741543f770f66b2811c72296dcfd745dac529a23
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 17 17:44:38 2026 +0800
Bump com.github.luben:zstd-jni from 1.5.7-12 to 1.5.7-13 (#3725)
Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from
1.5.7-12 to 1.5.7-13.
- [Commits](https://github.com/luben/zstd-jni/compare/v1.5.7-12...v1.5.7-13)
---
updated-dependencies:
- dependency-name: com.github.luben:zstd-jni
dependency-version: 1.5.7-13
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 2e77c8131..c89bc8dad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,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-12</zstd-jni.version>
+ <zstd-jni.version>1.5.7-13</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>