You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by ie...@apache.org on 2020/06/01 15:21:55 UTC

[avro] branch master updated: AVRO-2743: Update zstd-jni to version 1.4.5-2

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

iemejia 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 144120b  AVRO-2743: Update zstd-jni to version 1.4.5-2
144120b is described below

commit 144120b540122d11c509a11e74d2559957222e30
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Mon Jun 1 16:25:06 2020 +0200

    AVRO-2743: Update zstd-jni to version 1.4.5-2
---
 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 7287ae0..83f1e20 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -61,7 +61,7 @@
     <easymock.version>4.2</easymock.version>
     <hamcrest.version>2.1</hamcrest.version>
     <grpc.version>1.29.0</grpc.version>
-    <zstd-jni.version>1.4.4-11</zstd-jni.version>
+    <zstd-jni.version>1.4.5-2</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>