Skip to content

Commit ae700a4

Browse files
Update logback-classic to 1.5.27
1 parent 3da68a7 commit ae700a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ lazy val root = (project in file("."))
6363
"jackson-databind"
6464
),
6565
// Transient dependency of Play. No newer version of Play 3.0.9 with this vulnerability fixed.
66-
"ch.qos.logback" % "logback-classic" % "1.5.26",
66+
"ch.qos.logback" % "logback-classic" % "1.5.27",
6767
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.20.2"
6868
),
6969
scalacOptions ++= List(

0 commit comments

Comments
 (0)