Skip to content

Commit 3957de7

Browse files
Update jackson-module-blackbird, ... to 2.18.3 (#1253)
Co-authored-by: Andriy Plokhotnyuk <[email protected]>
1 parent 834e68c commit 3957de7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

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

0 commit comments

Comments
 (0)