This is an automated email from the ASF dual-hosted git repository.
pjfanning 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 dfde20edcd Update lz4-java to 1.11.2 (#3415)
dfde20edcd is described below
commit dfde20edcd3c1b84551a2245223f2bd6b51ebeb0
Author: Scala Steward <[email protected]>
AuthorDate: Fri Aug 7 17:46:22 2026 +0200
Update lz4-java to 1.11.2 (#3415)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index c9aa7490c3..0d33b99fef 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -106,7 +106,7 @@ object Dependencies {
.excludeAll(ExclusionRule(organization = "org.scala-lang"))
val jacksonCbor3 = "tools.jackson.dataformat" % "jackson-dataformat-cbor"
% jacksonVersion3
- val lz4Java = "at.yawk.lz4" % "lz4-java" % "1.11.1"
+ val lz4Java = "at.yawk.lz4" % "lz4-java" % "1.11.2"
val logback = "ch.qos.logback" % "logback-classic" % logbackVersion
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]