This is an automated email from the ASF dual-hosted git repository.
Fokko pushed a commit to branch parquet-1.18.x
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
commit b1b7ffcad5e72d8dd80905290a83d021e56332c5
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 0d932595c..ebb56af8b 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>