Skip to content

Commit 522e161

Browse files
Update logback-classic to 1.5.15
1 parent 059d9b3 commit 522e161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ lazy val root = (project in file("."))
3838
++ Seq(
3939
"net.logstash.logback" % "logstash-logback-encoder" % "8.0",
4040
// Transient dependency of Play. No newer version of Play 2.9 or Play 3.0 with this vulnerability fixed.
41-
"ch.qos.logback" % "logback-classic" % "1.5.13",
41+
"ch.qos.logback" % "logback-classic" % "1.5.15",
4242
),
4343

4444
buildInfoKeys ++= Seq[BuildInfoKey](

0 commit comments

Comments
 (0)