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 d576dc72e4 Update lz4-java to 1.11.0 (#2854)
d576dc72e4 is described below
commit d576dc72e422ba6dd0b732c5141b3ec7205a6f55
Author: Scala Steward <[email protected]>
AuthorDate: Sat Apr 11 20:06:53 2026 +0200
Update lz4-java to 1.11.0 (#2854)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 682fd3a987..a6e4c1d4c4 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -105,7 +105,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.10.4"
+ val lz4Java = "at.yawk.lz4" % "lz4-java" % "1.11.0"
val logback = "ch.qos.logback" % "logback-classic" % logbackVersion
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]