Skip to content

Commit

Permalink
Merge pull request #854 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
JuliaBrigitte authored Mar 11, 2024
2 parents f5f50a3 + e73f479 commit 272b479
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 @@ -70,7 +70,7 @@ lazy val root = (project in file("."))
"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",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.16.1"
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.16.2"
),
excludeDependencies ++= Seq(
// As of Play 3.0, groupId has changed to org.playframework; exclude transitive dependencies to the old artifacts
Expand Down

0 comments on commit 272b479

Please sign in to comment.