You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by gi...@apache.org on 2019/05/20 20:01:59 UTC

[incubator-druid] branch master updated: update lz4-java to 1.6.0 (lz4 1.9.1) (#7700)

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

gian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new ddda8b7  update lz4-java to 1.6.0 (lz4 1.9.1) (#7700)
ddda8b7 is described below

commit ddda8b74cbe095c047c179bc11f674241ad15e00
Author: Clint Wylie <cw...@apache.org>
AuthorDate: Mon May 20 13:01:48 2019 -0700

    update lz4-java to 1.6.0 (lz4 1.9.1) (#7700)
---
 LICENSE.BINARY | 4 ++--
 pom.xml        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/LICENSE.BINARY b/LICENSE.BINARY
index d84bbbf..d73473f 100644
--- a/LICENSE.BINARY
+++ b/LICENSE.BINARY
@@ -502,8 +502,8 @@ BINARY/JAVA-CORE
     This product bundles JDBI version 2.63.1.
       * org.jdbi:jdbi
 
-    This product bundles LZ4 Java version 1.5.0.
-      * org.lz4:lz4-java
+    This product bundles LZ4 Java version 1.6.0.
+      * org.lz4:java
 
     This product bundles MapDB version 1.0.8.
       * org.mapdb:mapdb
diff --git a/pom.xml b/pom.xml
index ba9d713..eb295d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -601,7 +601,7 @@
             <dependency>
                 <groupId>org.lz4</groupId>
                 <artifactId>lz4-java</artifactId>
-                <version>1.5.0</version>
+                <version>1.6.0</version>
             </dependency>
             <dependency>
                 <groupId>com.google.protobuf</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org