This is an automated email from the ASF dual-hosted git repository.
nielsbasjes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new f3cd30131 Bump zstd-jni from 1.5.2-5 to 1.5.4-1 in /lang/java
f3cd30131 is described below
commit f3cd30131b84c8309f9475e2688c13173d89e1bc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 16 16:56:11 2023 +0000
Bump zstd-jni from 1.5.2-5 to 1.5.4-1 in /lang/java
Bumps [zstd-jni](https://github.com/luben/zstd-jni) from 1.5.2-5 to 1.5.4-1.
- [Release notes](https://github.com/luben/zstd-jni/releases)
- [Commits](https://github.com/luben/zstd-jni/compare/c1.5.2-5...v1.5.4-1)
---
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]>
---
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 e57be9e19..a74006bbb 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -59,7 +59,7 @@
<mockito.version>4.11.0</mockito.version>
<hamcrest.version>2.2</hamcrest.version>
<grpc.version>1.52.1</grpc.version>
- <zstd-jni.version>1.5.2-5</zstd-jni.version>
+ <zstd-jni.version>1.5.4-1</zstd-jni.version>
<!-- version properties for plugins -->
<archetype-plugin.version>3.2.1</archetype-plugin.version>
<bundle-plugin-version>5.1.8</bundle-plugin-version>