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

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


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

commit 99838f4636990c04be5c2b4da858ea1fd7d8ad93
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Dec 2 12:22:41 2025 +0100

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index ed101d1b19..4fb707cb7b 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -104,7 +104,7 @@ object Dependencies {
       .excludeAll(ExclusionRule(organization = "org.scala-lang"))
     val jacksonCbor3 = "tools.jackson.dataformat" % "jackson-dataformat-cbor" 
% jacksonVersion3
 
-    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