Skip to content

Commit

Permalink
Merge pull request #415 from scala-steward/update/jackson-databind-2.…
Browse files Browse the repository at this point in the history
…13.1

Update jackson-databind to 2.13.1
  • Loading branch information
rossabaker authored Jan 18, 2022
2 parents 24f0159 + c5b70a0 commit f11d833
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.1.8",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.9.10",
"com.fasterxml.jackson.core" % "jackson-core" % "2.9.10",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.10.8",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.13.1",
"com.google.code.gson" % "gson" % "2.8.9"
)
else Nil
Expand Down

0 comments on commit f11d833

Please sign in to comment.