Skip to content

Commit 70d69ae

Browse files
Update jackson-module-scala to 2.20.1 (#444)
Co-authored-by: PJ Fanning <[email protected]>
1 parent 2e1e44f commit 70d69ae

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.41",
88-
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.20.0",
88+
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.20.1",
8989
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
9090
"org.slf4j" % "slf4j-simple" % "2.0.17" % Test
9191
)

0 commit comments

Comments
 (0)