We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9cd54e + 8cc70b6 commit c5ea5eeCopy full SHA for c5ea5ee
build.sbt
@@ -34,7 +34,7 @@ libraryDependencies ++= Seq(
34
"org.pac4j" % "pac4j-couch" % pac4jVersion excludeAll (ExclusionRule(organization = "com.fasterxml.jackson.core")),
35
"org.playframework" % "play-cache_3" % playVersion,
36
"ch.qos.logback" % "logback-classic" % "1.5.25",
37
- "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.20.1",
+ "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.21.0",
38
"org.projectlombok" % "lombok" % "1.18.42",
39
"org.springframework" % "spring-context" % "7.0.3"
40
)
0 commit comments