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:08 UTC

[avro] 02/11: AVRO-2964: Update snappy-java to version 1.1.8.1

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 e6ce95914cf28f6331d1c61896e65e40a121344b
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Thu Nov 12 17:12:55 2020 +0100

    AVRO-2964: Update snappy-java to version 1.1.8.1
---
 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 a1fdcf1..ab4de8d 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.13.0</thrift.version>
     <slf4j.version>1.7.30</slf4j.version>
-    <snappy.version>1.1.7.5</snappy.version>
+    <snappy.version>1.1.8.1</snappy.version>
     <velocity.version>2.2</velocity.version>
     <maven.version>3.3.9</maven.version>
     <ant.version>1.10.8</ant.version>