Skip to content

Commit

Permalink
Merge pull request #845 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 Feb 29, 2024
2 parents 790e1d6 + aa0f39e commit 36b117d
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 @@ -69,7 +69,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.1 with this vulnerability fixed.
"ch.qos.logback" % "logback-classic" % "1.5.0",
"ch.qos.logback" % "logback-classic" % "1.5.1",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.16.1"
),
excludeDependencies ++= Seq(
Expand Down

0 comments on commit 36b117d

Please sign in to comment.