Skip to content

Commit 4152719

Browse files
committed
Update jackson-module-scala, jackson-datatype-jsr310, and jackson-module-blackbird to 2.18.2
1 parent b3e399e commit 4152719

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
252252
"org.json4s" %% "json4s-ext" % "4.1.0-M8",
253253
"org.json4s" %% "json4s-jackson" % "4.1.0-M8",
254254
"org.json4s" %% "json4s-native" % "4.1.0-M8",
255-
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.1",
256-
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.18.1",
257-
"com.fasterxml.jackson.module" % "jackson-module-blackbird" % "2.18.1",
255+
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.2",
256+
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.18.2",
257+
"com.fasterxml.jackson.module" % "jackson-module-blackbird" % "2.18.2",
258258
"org.openjdk.jmh" % "jmh-core" % "1.37",
259259
"org.openjdk.jmh" % "jmh-generator-asm" % "1.37",
260260
"org.openjdk.jmh" % "jmh-generator-bytecode" % "1.37",

0 commit comments

Comments
 (0)