File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -252,9 +252,9 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
252
252
" org.json4s" %% " json4s-ext" % " 4.1.0-M8" ,
253
253
" org.json4s" %% " json4s-jackson" % " 4.1.0-M8" ,
254
254
" 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 " ,
258
258
" org.openjdk.jmh" % " jmh-core" % " 1.37" ,
259
259
" org.openjdk.jmh" % " jmh-generator-asm" % " 1.37" ,
260
260
" org.openjdk.jmh" % " jmh-generator-bytecode" % " 1.37" ,
You can’t perform that action at this time.
0 commit comments