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 @@ -265,9 +265,9 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
265
265
" org.json4s" %% " json4s-jackson" % " 4.1.0-M5" ,
266
266
" org.json4s" %% " json4s-native" % " 4.1.0-M5" ,
267
267
" com.rallyhealth" %% " weepickle-v1" % " 1.9.1" ,
268
- " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.17.1 " ,
269
- " com.fasterxml.jackson.datatype" % " jackson-datatype-jsr310" % " 2.17.1 " ,
270
- " com.fasterxml.jackson.module" % " jackson-module-blackbird" % " 2.17.1 " ,
268
+ " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.17.2 " ,
269
+ " com.fasterxml.jackson.datatype" % " jackson-datatype-jsr310" % " 2.17.2 " ,
270
+ " com.fasterxml.jackson.module" % " jackson-module-blackbird" % " 2.17.2 " ,
271
271
" org.openjdk.jmh" % " jmh-core" % " 1.37" ,
272
272
" org.openjdk.jmh" % " jmh-generator-asm" % " 1.37" ,
273
273
" org.openjdk.jmh" % " jmh-generator-bytecode" % " 1.37" ,
You can’t perform that action at this time.
0 commit comments