From 5ee02cd14c188a0932a867cc9ee682c9c4416c4f Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 11:13:32 +0000 Subject: [PATCH] Update lz4-java to 1.10.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c1990977c..8978e1618 100644 --- a/build.sbt +++ b/build.sbt @@ -140,7 +140,7 @@ def playProject( // in the link below. Once Play picked up a fixed version of lz4-java // officially, it can be removed together with the excludeDependencies // below - "at.yawk.lz4" % "lz4-java" % "1.8.1" % Runtime + "at.yawk.lz4" % "lz4-java" % "1.10.4" % Runtime ), excludeDependencies ++= Seq( // https://github.com/guardian/typerighter/security/dependabot/267