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/03/01 07:52:41 UTC

[avro] branch branch-1.10 updated: AVRO-3057: Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java (#1111)

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

rskraba pushed a commit to branch branch-1.10
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.10 by this push:
     new 29bebe6  AVRO-3057: Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java (#1111)
29bebe6 is described below

commit 29bebe6aa96fffa1c6f3d37d39fd641418ac527b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Feb 28 09:03:13 2021 +0100

    AVRO-3057: Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java (#1111)
    
    Bumps [zstd-jni](https://github.com/luben/zstd-jni) from 1.4.8-4 to 1.4.8-6.
    - [Release notes](https://github.com/luben/zstd-jni/releases)
    - [Commits](https://github.com/luben/zstd-jni/compare/v1.4.8-4...v1.4.8-6)
    
    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 e7ab22a..e5eb9ea 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -61,7 +61,7 @@
     <easymock.version>4.2</easymock.version>
     <hamcrest.version>2.2</hamcrest.version>
     <grpc.version>1.33.1</grpc.version>
-    <zstd-jni.version>1.4.5-12</zstd-jni.version>
+    <zstd-jni.version>1.4.8-6</zstd-jni.version>
     <!-- version properties for plugins -->
     <archetype-plugin.version>3.1.2</archetype-plugin.version>
     <bundle-plugin-version>4.1.0</bundle-plugin-version>