This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.5.x
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/1.5.x by this push:
new b0edd42d5b Update lz4-java to 1.10.4 (#2711) (#2754)
b0edd42d5b is described below
commit b0edd42d5bb1708ab059213961302b28b50e40a3
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Mar 18 17:12:20 2026 +0100
Update lz4-java to 1.10.4 (#2711) (#2754)
Co-authored-by: Scala Steward
<[email protected]>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index d8a11db8c4..475ee363cb 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -113,7 +113,7 @@ object Dependencies {
val jacksonParameterNames = "com.fasterxml.jackson.module" %
"jackson-module-parameter-names" % jacksonCoreVersion
val jacksonCbor = "com.fasterxml.jackson.dataformat" %
"jackson-dataformat-cbor" % jacksonCoreVersion
- 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]