Skip to content

Commit 36c981c

Browse files
committed
switch to at.yawk.lz4:lz4-java due to CVE‐2025‐12183
1 parent 00b44f3 commit 36c981c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ object Dependencies {
104104
.excludeAll(ExclusionRule(organization = "org.scala-lang"))
105105
val jacksonCbor3 = "tools.jackson.dataformat" % "jackson-dataformat-cbor" % jacksonVersion3
106106

107-
val lz4Java = "org.lz4" % "lz4-java" % "1.8.0"
107+
val lz4Java = "at.yawk.lz4" % "lz4-java" % "1.9.0"
108108

109109
val logback = "ch.qos.logback" % "logback-classic" % logbackVersion
110110

0 commit comments

Comments
 (0)