Skip to content

Commit

Permalink
Update jackson-module-scala to 2.18.2 (#4189)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Nov 29, 2024
1 parent 3a9c49a commit 3ad1ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ lazy val perfTests: ProjectMatrix = (projectMatrix in file("perf-tests"))
"jackson-databind"
),
"io.gatling" % "gatling-test-framework" % "3.11.5" % "test" exclude ("com.fasterxml.jackson.core", "jackson-databind"),
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.1",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.2",
"nl.grons" %% "metrics4-scala" % Versions.metrics4Scala % Test,
"com.lihaoyi" %% "scalatags" % Versions.scalaTags % Test,
"io.github.classgraph" % "classgraph" % "4.8.179",
Expand Down

0 comments on commit 3ad1ece

Please sign in to comment.