Skip to content

Commit 834e68c

Browse files
Update jackson-datatype-jsr310 to 2.18.3 (#1252)
1 parent 97674ec commit 834e68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
254254
"org.json4s" %% "json4s-jackson" % "4.1.0-M8",
255255
"org.json4s" %% "json4s-native" % "4.1.0-M8",
256256
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.2",
257-
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.18.2",
257+
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.18.3",
258258
"com.fasterxml.jackson.module" % "jackson-module-blackbird" % "2.18.2",
259259
"org.openjdk.jmh" % "jmh-core" % "1.37",
260260
"org.openjdk.jmh" % "jmh-generator-asm" % "1.37",

0 commit comments

Comments
 (0)