We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3da68a7 + ae700a4 commit fb920b9Copy full SHA for fb920b9
1 file changed
build.sbt
@@ -63,7 +63,7 @@ lazy val root = (project in file("."))
63
"jackson-databind"
64
),
65
// 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",
+ "ch.qos.logback" % "logback-classic" % "1.5.27",
67
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.20.2"
68
69
scalacOptions ++= List(
0 commit comments