Skip to content

Commit 53991c0

Browse files
authored
jackson 2.14.3
1 parent 32fbb0b commit 53991c0

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
@@ -86,7 +86,7 @@ Compile / unmanagedSourceDirectories ++= {
8686
libraryDependencies ++= Seq(
8787
"org.slf4j" % "slf4j-api" % "2.0.7",
8888
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.9",
89-
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.2",
89+
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.3",
9090
"org.scalatest" %% "scalatest" % "3.2.15" % Test,
9191
"org.slf4j" % "slf4j-simple" % "2.0.7" % Test
9292
)

0 commit comments

Comments
 (0)