Skip to content

Commit

Permalink
Merge pull request #579 from typelevel/update/jackson-core-2.15.3
Browse files Browse the repository at this point in the history
Update jackson-annotations, jackson-core to 2.15.3
  • Loading branch information
rossabaker authored Nov 13, 2023
2 parents da2cf91 + 7a09595 commit ebf0f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ libraryDependencies ++= {
"com.rojoma" %% "rojoma-json-v3" % "3.15.0",
"io.spray" %% "spray-json" % "1.3.6",
"org.parboiled" %% "parboiled" % "2.5.0",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.15.2",
"com.fasterxml.jackson.core" % "jackson-core" % "2.15.2",
"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.google.code.gson" % "gson" % "2.10.1"
)
Expand Down

0 comments on commit ebf0f0f

Please sign in to comment.