Skip to content

Commit 6b65324

Browse files
committed
stick with jackson 2.14.2
1 parent 9515087 commit 6b65324

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
@@ -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.15.0-rc3",
89+
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.2",
9090
"org.scalatest" %% "scalatest" % "3.2.15" % Test,
9191
"org.slf4j" % "slf4j-simple" % "2.0.7" % Test
9292
)

0 commit comments

Comments
 (0)