From 663d43cd776886b65d2bede1b3d8e6e951b393b2 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: Mon, 6 Jan 2025 10:06:27 +0000 Subject: [PATCH] Update logback-classic to 1.5.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4e39cf0..2190ca7 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ lazy val root = (project in file(".")) ++ Seq( "net.logstash.logback" % "logstash-logback-encoder" % "8.0", // 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.15", + "ch.qos.logback" % "logback-classic" % "1.5.16", ), buildInfoKeys ++= Seq[BuildInfoKey](