Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr…
Browse files Browse the repository at this point in the history
…310 to v2.18.1
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent b36f366 commit 9a1de0e
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.18.1" % "compile",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.18.1" % "compile",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.18.0" % "compile",
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.18.0" % "compile",
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.18.1" % "compile",
"org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.2" % "compile",
"com.brsanthu" % "migbase64" % "2.2" % "compile",
"junit" % "junit" % "4.13.2" % "test",
Expand Down

0 comments on commit 9a1de0e

Please sign in to comment.