Skip to content

Commit

Permalink
Merge pull request #870 from guardian/update/non_aws
Browse files Browse the repository at this point in the history
chore(deps): Non-AWS dependency updates
  • Loading branch information
akash1810 authored Apr 10, 2024
2 parents 1d187d2 + 91581e0 commit 05642c3
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 @@ -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.3",
"ch.qos.logback" % "logback-classic" % "1.5.4",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.0"
),
excludeDependencies ++= Seq(
Expand Down

0 comments on commit 05642c3

Please sign in to comment.