From fc81adb9adeb20ecc1d312760b9eb1f807148c21 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: Thu, 13 Aug 2026 11:19:32 +0000 Subject: [PATCH] Update lz4-java to 1.11.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 007967a4a..89a84ea15 100644 --- a/build.sbt +++ b/build.sbt @@ -143,7 +143,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.11.2" % Runtime ), excludeDependencies ++= Seq( // https://github.com/guardian/typerighter/security/dependabot/267