This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch 1.4.x
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/1.4.x by this push:
     new 886ea10c3f switch to at.yawk.lz4:lz4-java due to CVE‐2025‐12183 
(#2537) (#2539)
886ea10c3f is described below

commit 886ea10c3fdd3c05f01afe15b2a328a9887f0b60
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Dec 2 13:40:39 2025 +0100

    switch to at.yawk.lz4:lz4-java due to CVE‐2025‐12183 (#2537) (#2539)
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 721efdb24d..e15e652575 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -112,7 +112,7 @@ object Dependencies {
       .excludeAll(ExclusionRule(organization = "org.scala-lang"))
     val jacksonParameterNames = "com.fasterxml.jackson.module" % 
"jackson-module-parameter-names" % jacksonCoreVersion
     val jacksonCbor = "com.fasterxml.jackson.dataformat" % 
"jackson-dataformat-cbor" % jacksonCoreVersion
-    val lz4Java = "org.lz4" % "lz4-java" % "1.8.0"
+    val lz4Java = "at.yawk.lz4" % "lz4-java" % "1.9.0"
 
     val logback = "ch.qos.logback" % "logback-classic" % logbackVersion
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to