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 c80506c157 Update lz4-java to 1.10.3 (#2637)
c80506c157 is described below
commit c80506c157251d7b6ee9a7357de11b58b7398e6a
Author: Scala Steward <[email protected]>
AuthorDate: Wed Jan 28 18:59:55 2026 +0100
Update lz4-java to 1.10.3 (#2637)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 8463fc5bae..0c5bbafe1f 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.2"
+ val lz4Java = "at.yawk.lz4" % "lz4-java" % "1.10.3"
val logback = "ch.qos.logback" % "logback-classic" % logbackVersion
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]