Skip to content

Commit

Permalink
Update jackson-annotations, jackson-core, ... to 2.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Jul 5, 2024
1 parent a6b8d5c commit e9c858c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmark/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ libraryDependencies ++= {
"com.rojoma" %% "rojoma-json-v3" % "3.15.0",
"io.spray" %% "spray-json" % "1.3.6",
"org.parboiled" %% "parboiled" % "2.5.1",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.17.1",
"com.fasterxml.jackson.core" % "jackson-core" % "2.17.1",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.17.1",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.17.2",
"com.fasterxml.jackson.core" % "jackson-core" % "2.17.2",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.17.2",
"com.google.code.gson" % "gson" % "2.11.0"
)
else Nil
Expand Down

0 comments on commit e9c858c

Please sign in to comment.