This is an automated email from the ASF dual-hosted git repository.
nkollar pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.9 by this push:
new 191b52b AVRO-2430: Bump zstd 1.3.8-6 to 1.4.0-1 (#549)
191b52b is described below
commit 191b52b8d573974f79bf6e5769abf37c9e95be8b
Author: Fokko Driesprong <[email protected]>
AuthorDate: Thu Jun 20 16:34:56 2019 +0200
AVRO-2430: Bump zstd 1.3.8-6 to 1.4.0-1 (#549)
(cherry picked from commit 89cf20fd44af8ce7b734e7455cd57f4dda7168f9)
---
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 761a47a..9f57d7a 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.19.0</grpc.version>
<netty-codec-http2.version>4.1.33.Final</netty-codec-http2.version>
- <zstd-jni.version>1.3.8-6</zstd-jni.version>
+ <zstd-jni.version>1.4.0-1</zstd-jni.version>
<!-- version properties for plugins -->
<archetype-plugin.version>3.0.1</archetype-plugin.version>