Skip to content

Commit 133d41b

Browse files
Switch to a maintained fork of lz4-java
We switch from [1] to [2]. [1]'s 1.8.1 release was produced by the author of [2], plus [2] is a drop-in replacement. 1. https://github.com/lz4/lz4-java 2. https://github.com/yawkat/lz4-java
1 parent 78498d6 commit 133d41b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<picocli.version>4.7.5</picocli.version>
6060
<commons-compress.version>1.28.0</commons-compress.version>
6161
<zstd-jni.version>1.5.7-6</zstd-jni.version>
62-
<lz4-java.version>1.8.1</lz4-java.version>
62+
<lz4-java.version>1.10.0</lz4-java.version>
6363
<snappy-java.version>1.1.10.8</snappy-java.version>
6464
<junit.jupiter.version>5.14.1</junit.jupiter.version>
6565
<assertj.version>3.27.6</assertj.version>
@@ -162,7 +162,7 @@
162162
</dependency>
163163

164164
<dependency>
165-
<groupId>org.lz4</groupId>
165+
<groupId>at.yawk.lz4</groupId>
166166
<artifactId>lz4-java</artifactId>
167167
<version>${lz4-java.version}</version>
168168
</dependency>

0 commit comments

Comments
 (0)