From 8c9890c35321511b088f50aee4107a40bf25dc60 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, 17 Apr 2024 18:55:54 +0000 Subject: [PATCH] Update logback-classic to 1.5.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 865919cd..398b0f2f 100644 --- a/build.sbt +++ b/build.sbt @@ -66,7 +66,7 @@ lazy val root = (project in file(".")) specs2 % "test", "net.logstash.logback" % "logstash-logback-encoder" % "7.4" exclude ("com.fasterxml.jackson.core", "jackson-databind"), // Transient dependency of Play. No newer version of Play 3.0.2 with this vulnerability fixed. - "ch.qos.logback" % "logback-classic" % "1.5.5", + "ch.qos.logback" % "logback-classic" % "1.5.6", "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.0" ), excludeDependencies ++= Seq(