Skip to content

Commit d1fb643

Browse files
Update jackson-module-scala to 2.19.0 (#404)
1 parent 70fc471 commit d1fb643

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
@@ -85,7 +85,7 @@ Compile / unmanagedSourceDirectories ++= {
8585
libraryDependencies ++= Seq(
8686
"org.slf4j" % "slf4j-api" % "2.0.17",
8787
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.30",
88-
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.3",
88+
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.19.0",
8989
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
9090
"org.slf4j" % "slf4j-simple" % "2.0.17" % Test
9191
)

0 commit comments

Comments
 (0)