Skip to content

Commit fbeade9

Browse files
Update jackson-annotations, jackson-core, ... to 2.18.3
1 parent 524b4e9 commit fbeade9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

benchmark/build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ libraryDependencies ++= {
1313
"com.rojoma" %% "rojoma-json-v3" % "3.15.0",
1414
"io.spray" %% "spray-json" % "1.3.6",
1515
"org.parboiled" %% "parboiled" % "2.5.1",
16-
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.18.2",
17-
"com.fasterxml.jackson.core" % "jackson-core" % "2.18.2",
18-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.18.2",
16+
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.18.3",
17+
"com.fasterxml.jackson.core" % "jackson-core" % "2.18.3",
18+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.18.3",
1919
"com.google.code.gson" % "gson" % "2.12.1"
2020
)
2121
else Nil

0 commit comments

Comments
 (0)