update to latest lz4 1.8.0 (#12557)

This commit is contained in:
Clint Wylie 2022-05-21 01:02:20 -07:00 committed by GitHub
parent c236227905
commit 2d8dbb53e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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