Skip to content

Commit 407dc9e

Browse files
authored
Merge branch 'main' into update/jackson-annotations-2.21
2 parents 4ca0338 + 5736490 commit 407dc9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

benchmark/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ libraryDependencies ++= {
1414
"io.spray" %% "spray-json" % "1.3.6",
1515
"org.parboiled" %% "parboiled" % "2.5.1",
1616
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.21",
17-
"com.fasterxml.jackson.core" % "jackson-core" % "2.20.2",
18-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.20.2",
17+
"com.fasterxml.jackson.core" % "jackson-core" % "2.21.0",
18+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.21.0",
1919
"com.google.code.gson" % "gson" % "2.13.2"
2020
)
2121
else Nil

0 commit comments

Comments
 (0)