Skip to content

Commit 74c8ca8

Browse files
committed
Upgrade lz4-java to 1.10.4.1 and switch to org.glavo:lz4-java
1 parent bba6d62 commit 74c8ca8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
jetbrains-annotations = "26.1.0"
3-
lz4 = "1.10.3"
3+
lz4 = "1.10.4.1"
44

55
junit = "6.0.3"
66
opennbt = "1.5"
@@ -10,7 +10,7 @@ jimfs = "1.3.0"
1010

1111
[libraries]
1212
jetbrains-annotations = { module = "org.jetbrains:annotations", version.ref = "jetbrains-annotations" }
13-
lz4 = { module = "at.yawk.lz4:lz4-java", version.ref = "lz4" }
13+
lz4 = { module = "org.glavo:lz4-java", version.ref = "lz4" }
1414

1515
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
1616
opennbt = { module = "com.github.steveice10:opennbt", version.ref = "opennbt" }

0 commit comments

Comments
 (0)