You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by rs...@apache.org on 2021/04/19 15:34:36 UTC

[avro] branch master updated: Bump zstd-jni from 1.4.9-4 to 1.4.9-5 in /lang/java (#1196)

This is an automated email from the ASF dual-hosted git repository.

rskraba 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 e25282a  Bump zstd-jni from 1.4.9-4 to 1.4.9-5 in /lang/java (#1196)
e25282a is described below

commit e25282a9bc53eb3558ec36d9daf72e84ba5145c1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 19 17:34:29 2021 +0200

    Bump zstd-jni from 1.4.9-4 to 1.4.9-5 in /lang/java (#1196)
    
    Bumps [zstd-jni](https://github.com/luben/zstd-jni) from 1.4.9-4 to 1.4.9-5.
    - [Release notes](https://github.com/luben/zstd-jni/releases)
    - [Commits](https://github.com/luben/zstd-jni/compare/v1.4.9-4...v1.4.9-5)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@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 caded6f..834da6e 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -58,7 +58,7 @@
     <easymock.version>4.3</easymock.version>
     <hamcrest.version>2.2</hamcrest.version>
     <grpc.version>1.36.1</grpc.version>
-    <zstd-jni.version>1.4.9-4</zstd-jni.version>
+    <zstd-jni.version>1.4.9-5</zstd-jni.version>
     <!-- version properties for plugins -->
     <archetype-plugin.version>3.2.0</archetype-plugin.version>
     <bundle-plugin-version>5.1.2</bundle-plugin-version>