We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba6d62 commit 74c8ca8Copy full SHA for 74c8ca8
1 file changed
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
jetbrains-annotations = "26.1.0"
3
-lz4 = "1.10.3"
+lz4 = "1.10.4.1"
4
5
junit = "6.0.3"
6
opennbt = "1.5"
@@ -10,7 +10,7 @@ jimfs = "1.3.0"
10
11
[libraries]
12
jetbrains-annotations = { module = "org.jetbrains:annotations", version.ref = "jetbrains-annotations" }
13
-lz4 = { module = "at.yawk.lz4:lz4-java", version.ref = "lz4" }
+lz4 = { module = "org.glavo:lz4-java", version.ref = "lz4" }
14
15
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
16
opennbt = { module = "com.github.steveice10:opennbt", version.ref = "opennbt" }
0 commit comments