This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new 815422a19 Bump com.github.luben:zstd-jni from 1.5.7-1 to 1.5.7-2 in
/lang/java (#3345)
815422a19 is described below
commit 815422a196b3d269d0d0dc4711aebfd32bb68711
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 31 15:38:42 2025 +0200
Bump com.github.luben:zstd-jni from 1.5.7-1 to 1.5.7-2 in /lang/java (#3345)
Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from
1.5.7-1 to 1.5.7-2.
- [Commits](https://github.com/luben/zstd-jni/compare/v1.5.7-1...v1.5.7-2)
---
updated-dependencies:
- dependency-name: com.github.luben:zstd-jni
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>
---
lang/java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index a0cd56a85..c24ea935f 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -60,7 +60,7 @@
<thrift.version>0.20.0</thrift.version>
<tukaani.version>1.10</tukaani.version>
<velocity.version>2.4.1</velocity.version>
- <zstd-jni.version>1.5.7-1</zstd-jni.version>
+ <zstd-jni.version>1.5.7-2</zstd-jni.version>
<!-- version properties for plugins -->
<archetype-plugin.version>3.3.1</archetype-plugin.version>
<bundle-plugin-version>6.0.0</bundle-plugin-version>