From e1ed286fa2dd05125cfcbc597009c8fae0f3293e 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: Tue, 9 Apr 2024 10:01:08 +0000 Subject: [PATCH] Update logback-classic to 1.5.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 28641b63..243f9164 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ lazy val root = (project in file(".")) ++ Seq( "net.logstash.logback" % "logstash-logback-encoder" % "7.4", // Transient dependency of Play. No newer version of Play 2.9 or Play 3.0 with this vulnerability fixed. - "ch.qos.logback" % "logback-classic" % "1.5.3", + "ch.qos.logback" % "logback-classic" % "1.5.4", ), buildInfoKeys ++= Seq[BuildInfoKey](