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 2020/11/13 09:24:09 UTC

[avro] 03/11: AVRO-2965 Update zstd to version 1.4.5-12

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

commit 398e6c9dacc094b1f3349d60331c087a8e5a545c
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Thu Nov 12 17:14:26 2020 +0100

    AVRO-2965 Update zstd to version 1.4.5-12
---
 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 ab4de8d..fa1a05f 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.29.0</grpc.version>
-    <zstd-jni.version>1.4.5-2</zstd-jni.version>
+    <zstd-jni.version>1.4.5-12</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>