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

[avro] branch master updated (414a51f -> 29fe2f6)

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

dkulp pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git.


    from 414a51f  AVRO-2668: Build failure without a C++ compiler
     new 3243640  Upgrade zstd-jni.version to 1.4.4-11
     new 29fe2f6  Upgrade snappy.version to 1.1.7.5

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 lang/java/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[avro] 01/02: Upgrade zstd-jni.version to 1.4.4-11

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git

commit 32436402057df32011ebccf17ff9ba81e86b0130
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Fri May 15 13:44:34 2020 -0400

    Upgrade zstd-jni.version to 1.4.4-11
---
 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 f5c4a7c..23e04cc 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -62,7 +62,7 @@
     <hamcrest.version>2.1</hamcrest.version>
     <grpc.version>1.28.0</grpc.version>
     <netty-codec-http2.version>4.1.45.Final</netty-codec-http2.version>
-    <zstd-jni.version>1.4.4-7</zstd-jni.version>
+    <zstd-jni.version>1.4.4-11</zstd-jni.version>
     <!-- version properties for plugins -->
     <archetype-plugin.version>3.0.1</archetype-plugin.version>
     <bundle-plugin-version>4.1.0</bundle-plugin-version>


[avro] 02/02: Upgrade snappy.version to 1.1.7.5

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git

commit 29fe2f612fc1420ad66d30859d424372098e9ff1
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Fri May 15 13:45:57 2020 -0400

    Upgrade snappy.version to 1.1.7.5
---
 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 23e04cc..4a60665 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -50,7 +50,7 @@
     <protobuf.version>3.11.1</protobuf.version>
     <thrift.version>0.12.0</thrift.version>
     <slf4j.version>1.7.30</slf4j.version>
-    <snappy.version>1.1.7.3</snappy.version>
+    <snappy.version>1.1.7.5</snappy.version>
     <velocity.version>2.2</velocity.version>
     <maven.version>3.3.9</maven.version>
     <ant.version>1.10.5</ant.version>