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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2d8dbb53e0 update to latest lz4 1.8.0 (#12557)
2d8dbb53e0 is described below

commit 2d8dbb53e039f065716220c97d997f458cdae0f6
Author: Clint Wylie <[email protected]>
AuthorDate: Sat May 21 01:02:20 2022 -0700

    update to latest lz4 1.8.0 (#12557)
---
 licenses.yaml | 2 +-
 pom.xml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/licenses.yaml b/licenses.yaml
index c4a6c427a7..21a510f08a 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -2363,7 +2363,7 @@ name: LZ4 Java
 license_category: binary
 module: java-core
 license_name: Apache License version 2.0
-version: 1.7.1
+version: 1.8.0
 libraries:
   - org.lz4: lz4-java
 
diff --git a/pom.xml b/pom.xml
index 4021838cdb..956fc77bb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -698,7 +698,7 @@
             <dependency>
                 <groupId>org.lz4</groupId>
                 <artifactId>lz4-java</artifactId>
-                <version>1.7.1</version>
+                <version>1.8.0</version>
             </dependency>
             <dependency>
                 <groupId>com.google.protobuf</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to