We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d87c06 commit 3c87cd5Copy full SHA for 3c87cd5
build.sbt
@@ -33,7 +33,7 @@ libraryDependencies ++= Seq(
33
"org.pac4j" % "pac4j-kerberos" % pac4jVersion exclude("org.springframework", "spring-core"),
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.29",
+ "ch.qos.logback" % "logback-classic" % "1.5.31",
37
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.21.0",
38
"org.projectlombok" % "lombok" % "1.18.42",
39
"org.springframework" % "spring-context" % "7.0.4"
0 commit comments