Skip to content

Commit

Permalink
Merge pull request #86 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
lindseydew authored Dec 4, 2024
2 parents 70eac54 + a205df6 commit a83cb68
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 @@ -22,7 +22,7 @@ def commonSettings(module: String) = List(

val awsSdk2Version = "2.29.19"

val jacksonOverride = "com.fasterxml.jackson.core" % "jackson-core" % "2.18.1"
val jacksonOverride = "com.fasterxml.jackson.core" % "jackson-core" % "2.18.2"

lazy val archive = project
.settings(commonSettings("archive"))
Expand Down

0 comments on commit a83cb68

Please sign in to comment.