Skip to content

Commit 53197f7

Browse files
Update jackson-core, jackson-databind to 2.20.0
1 parent 08e4072 commit 53197f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.19.2",
17-
"com.fasterxml.jackson.core" % "jackson-core" % "2.19.2",
18-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.19.2",
17+
"com.fasterxml.jackson.core" % "jackson-core" % "2.20.0",
18+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.20.0",
1919
"com.google.code.gson" % "gson" % "2.13.1"
2020
)
2121
else Nil

0 commit comments

Comments
 (0)