Skip to content

Commit

Permalink
Merge pull request #19 from guardian/lp-update-jackson-core
Browse files Browse the repository at this point in the history
Update jackson-core to 2.17.2
  • Loading branch information
LAKSHMIRPILLAI authored Aug 15, 2024
2 parents 4e7c275 + 7401e75 commit 05ffcdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ lazy val root = (project in file("."))
libraryDependencies += "com.squareup.okhttp3" % "okhttp" % "4.10.0",
libraryDependencies += "org.scalaz" % "scalaz-core_2.12" % "7.2.15",
libraryDependencies += "com.typesafe.play" %% "play-json" % "2.9.4",
dependencyOverrides += "com.fasterxml.jackson.core" % "jackson-databind" % "2.14.2", // Fixes Snyk vulnerability alert
dependencyOverrides += "com.fasterxml.jackson.core" % "jackson-databind" % "2.14.2",
dependencyOverrides += "com.fasterxml.jackson.core" % "jackson-core" % "2.17.2",
)

0 comments on commit 05ffcdf

Please sign in to comment.