Skip to content

Commit

Permalink
Merge pull request #297 from guardian/bump-logback-classic
Browse files Browse the repository at this point in the history
Bump logback classic to 1.2.13
  • Loading branch information
SHession authored Apr 10, 2024
2 parents a232716 + 3c10f5a commit 9c5f2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ libraryDependencies ++= Seq(
"net.logstash.logback" % "logstash-logback-encoder" % "7.0.1",
"org.slf4j" % "log4j-over-slf4j" % "1.7.32", // log4j-over-slf4j provides `org.apache.log4j.MDC`, which is dynamically loaded by the Lambda runtime

"ch.qos.logback" % "logback-classic" % "1.2.10",
"ch.qos.logback" % "logback-classic" % "1.2.13",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.15.2", // So many Snyk warnings
"com.typesafe.play" %% "play-json" % "2.10.0-RC7",
"org.scanamo" %% "scanamo" % scanamoVersion,
Expand Down

0 comments on commit 9c5f2a5

Please sign in to comment.