Skip to content

Commit 2416862

Browse files
authored
Update lz4-java dependency version to 1.10.2 (#32868)
Version 1.10.1 contains a fix to CVE-2025-66566!, but 1.10.2 is the latest one
1 parent 28dc29d commit 2416862

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
@@ -84,7 +84,7 @@ object Dependencies {
8484
val jacksonScala = "com.fasterxml.jackson.module" %% "jackson-module-scala" % jacksonCoreVersion // ApacheV2
8585
val jacksonParameterNames = "com.fasterxml.jackson.module" % "jackson-module-parameter-names" % jacksonCoreVersion // ApacheV2
8686
val jacksonCbor = "com.fasterxml.jackson.dataformat" % "jackson-dataformat-cbor" % jacksonCoreVersion // ApacheV2
87-
val lz4Java = "at.yawk.lz4" % "lz4-java" % "1.10.0" // ApacheV2
87+
val lz4Java = "at.yawk.lz4" % "lz4-java" % "1.10.2" // ApacheV2
8888

8989
val logback = "ch.qos.logback" % "logback-classic" % logbackVersion // EPL 1.0
9090
}

0 commit comments

Comments
 (0)