Skip to content

Commit d042ba0

Browse files
Update jackson-module-scala to 2.20.0 (#4774)
1 parent aad774e commit d042ba0

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
@@ -533,7 +533,7 @@ lazy val perfTests: ProjectMatrix = (projectMatrix in file("perf-tests"))
533533
"jackson-databind"
534534
),
535535
"io.gatling" % "gatling-test-framework" % "3.11.5" % "test" exclude ("com.fasterxml.jackson.core", "jackson-databind"),
536-
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.19.2",
536+
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.20.0",
537537
"nl.grons" %% "metrics4-scala" % Versions.metrics4Scala % Test,
538538
"com.lihaoyi" %% "scalatags" % Versions.scalaTags % Test,
539539
"io.github.classgraph" % "classgraph" % "4.8.180",

0 commit comments

Comments
 (0)