Skip to content

Commit

Permalink
Merge pull request #514 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
Divs-B authored Nov 7, 2024
2 parents de53fa0 + 8cea9cb commit 2c75e91
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 @@ -11,7 +11,7 @@ lazy val baseSettings = Seq(
Tests.Argument(TestFrameworks.ScalaTest,"-u", s"test-results/scala-${scalaVersion.value}", "-o")
)

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

lazy val core =
project.settings(baseSettings).settings(
Expand Down

0 comments on commit 2c75e91

Please sign in to comment.