Skip to content

Commit 7562bd1

Browse files
Update jackson-module-scala to 2.18.0 (#362)
1 parent 185abde commit 7562bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Compile / unmanagedSourceDirectories ++= {
8585
libraryDependencies ++= Seq(
8686
"org.slf4j" % "slf4j-api" % "2.0.16",
8787
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.24",
88-
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.2",
88+
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.0",
8989
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
9090
"org.slf4j" % "slf4j-simple" % "2.0.16" % Test
9191
)

0 commit comments

Comments
 (0)