Skip to content

Commit

Permalink
Update jackson-databind to 2.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Nov 13, 2023
1 parent 352aa1a commit daab6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ libraryDependencies ++= {
"org.parboiled" %% "parboiled" % "2.5.0",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.15.3",
"com.fasterxml.jackson.core" % "jackson-core" % "2.15.3",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.15.2",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.15.3",
"com.google.code.gson" % "gson" % "2.10.1"
)
else Nil
Expand Down

0 comments on commit daab6ac

Please sign in to comment.