Skip to content

Commit

Permalink
Merge pull request #915 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 Jul 9, 2024
2 parents 4f098f0 + 22a1768 commit e2b0492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4 with this vulnerability fixed.
"ch.qos.logback" % "logback-classic" % "1.5.6",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.1"
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.2"
),
scalacOptions ++= List(
"-encoding",
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.0
sbt.version=1.10.1

0 comments on commit e2b0492

Please sign in to comment.