Skip to content

Commit 8cd6a7c

Browse files
Update jackson-module-scala to 2.13.2 (#149)
1 parent 26b5f87 commit 8cd6a7c

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
@@ -48,7 +48,7 @@ pomIncludeRepository := { x => false }
4848
libraryDependencies ++= Seq(
4949
"org.slf4j" % "slf4j-api" % "1.7.36",
5050
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.1.13",
51-
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.1",
51+
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.2",
5252
"org.scalatest" %% "scalatest" % "3.2.11" % Test,
5353
"org.slf4j" % "slf4j-simple" % "1.7.36" % Test
5454
)

0 commit comments

Comments
 (0)