You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by fo...@apache.org on 2019/02/06 21:46:21 UTC

[avro] branch master updated: AVRO-2315: Update zstd-jni to version 1.3.8-3 (#445)

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

fokko 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 ba30662  AVRO-2315: Update zstd-jni to version 1.3.8-3 (#445)
ba30662 is described below

commit ba30662a00fe5f883d643c956d7b982a5d4b8751
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Wed Feb 6 22:46:16 2019 +0100

    AVRO-2315: Update zstd-jni to version 1.3.8-3 (#445)
---
 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 96ad12e..affd84f 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -62,7 +62,7 @@
     <joda.version>2.10.1</joda.version>
     <grpc.version>1.17.1</grpc.version>
     <netty-codec-http2.version>4.1.30.Final</netty-codec-http2.version>
-    <zstd-jni.version>1.3.7-3</zstd-jni.version>
+    <zstd-jni.version>1.3.8-3</zstd-jni.version>
 
     <!-- version properties for plugins -->
     <bundle-plugin-version>4.1.0</bundle-plugin-version>