This is an automated email from the ASF dual-hosted git repository.
hepin 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 fcd7fa2dab Update lz4-java to 1.10.4 (#2711)
fcd7fa2dab is described below
commit fcd7fa2dab532c697062fb5b1de774acf56a2c15
Author: Scala Steward <[email protected]>
AuthorDate: Wed Mar 4 18:34:38 2026 +0100
Update lz4-java to 1.10.4 (#2711)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 3252c2832d..260dc5a60e 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 = "at.yawk.lz4" % "lz4-java" % "1.10.3"
+ val lz4Java = "at.yawk.lz4" % "lz4-java" % "1.10.4"
val logback = "ch.qos.logback" % "logback-classic" % logbackVersion
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]