update lz4-java to 1.6.0 (lz4 1.9.1) (#7700)

This commit is contained in:
Clint Wylie 2019-05-20 13:01:48 -07:00 committed by Gian Merlino
parent 5f08b0b474
commit ddda8b74cb
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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>