From 04fcce25afa6e27f2d997a2763416eb101bff6cc 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: Wed, 28 Feb 2024 16:27:42 +0000 Subject: [PATCH] Update logback-classic to 1.5.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 90c955a7..f0c4caae 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.0", + "ch.qos.logback" % "logback-classic" % "1.5.1", ), buildInfoKeys ++= Seq[BuildInfoKey](