Skip to content

Commit

Permalink
Merge pull request #42 from hmcts/renovate/com.fasterxml.jackson.data…
Browse files Browse the repository at this point in the history
…type-jackson-datatype-jsr310-2.x

Update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.15.2
  • Loading branch information
kremi authored Sep 12, 2023
2 parents 173b48b + bb9e69e commit 2619503
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 @@ -17,7 +17,7 @@ lazy val root = (project in file(".")).
"com.fasterxml.jackson.core" % "jackson-core" % "2.15.2" % "compile",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.15.2" % "compile",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.15.2" % "compile",
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.8.7" % "compile",
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.15.2" % "compile",
"org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.2" % "compile",
"com.brsanthu" % "migbase64" % "2.2" % "compile",
"junit" % "junit" % "4.12" % "test",
Expand Down

0 comments on commit 2619503

Please sign in to comment.