diff --git a/licenses.yaml b/licenses.yaml index a3ecd1342330..92e2359f6f0f 100644 --- a/licenses.yaml +++ b/licenses.yaml @@ -1455,7 +1455,7 @@ notice: | * LICENSE: * license/LICENSE.lz4.txt (Apache License 2.0) * HOMEPAGE: - * https://github.com/jpountz/lz4-java + * https://github.com/yawkat/lz4-java This product optionally depends on 'lzma-java', a LZMA Java compression and decompression library, which can be obtained at: @@ -2464,8 +2464,9 @@ name: LZ4 Java license_category: binary module: java-core license_name: Apache License version 2.0 -version: 1.8.0 +version: 1.8.1 libraries: + - at.yawk.lz4: lz4-java - org.lz4: lz4-java --- @@ -4584,7 +4585,7 @@ notice: | * LICENSE: * license/LICENSE.lz4.txt (Apache License 2.0) * HOMEPAGE: - * https://github.com/jpountz/lz4-java + * https://github.com/yawkat/lz4-java This product optionally depends on 'lzma-java', a LZMA Java compression and decompression library, which can be obtained at: diff --git a/multi-stage-query/pom.xml b/multi-stage-query/pom.xml index c3f2f64103ed..3384aceb8452 100644 --- a/multi-stage-query/pom.xml +++ b/multi-stage-query/pom.xml @@ -165,7 +165,7 @@ provided - org.lz4 + at.yawk.lz4 lz4-java provided diff --git a/pom.xml b/pom.xml index 781ce4bc3e49..13ce80b8f2ab 100644 --- a/pom.xml +++ b/pom.xml @@ -892,10 +892,21 @@ commons-dbcp2 2.0.1 + org.lz4 lz4-java - 1.8.0 + 1.8.1 + + + + at.yawk.lz4 + lz4-java + 1.8.1 org.xerial.snappy diff --git a/processing/pom.xml b/processing/pom.xml index a525c8a6dfb8..73ffcab6d7bc 100644 --- a/processing/pom.xml +++ b/processing/pom.xml @@ -247,7 +247,7 @@ compress-lzf - org.lz4 + at.yawk.lz4 lz4-java diff --git a/server/pom.xml b/server/pom.xml index c9a996443a75..6bd9320190a8 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -156,7 +156,7 @@ elasticache-java-cluster-client - org.lz4 + at.yawk.lz4 lz4-java