We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e4072 commit 53197f7Copy full SHA for 53197f7
benchmark/build.sbt
@@ -14,8 +14,8 @@ libraryDependencies ++= {
14
"io.spray" %% "spray-json" % "1.3.6",
15
"org.parboiled" %% "parboiled" % "2.5.1",
16
"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",
+ "com.fasterxml.jackson.core" % "jackson-core" % "2.20.0",
+ "com.fasterxml.jackson.core" % "jackson-databind" % "2.20.0",
19
"com.google.code.gson" % "gson" % "2.13.1"
20
)
21
else Nil
0 commit comments