Skip to content

Commit

Permalink
Merge pull request #951 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 Sep 30, 2024
2 parents 477728a + e2f346b commit 2eb1064
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 @@ -67,7 +67,7 @@ lazy val root = (project in file("."))
),
// Transient dependency of Play. No newer version of Play 3.0.5 with this vulnerability fixed.
"ch.qos.logback" % "logback-classic" % "1.5.8",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.2"
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.0"
),
scalacOptions ++= List(
"-encoding",
Expand Down

0 comments on commit 2eb1064

Please sign in to comment.