Skip to content

Commit

Permalink
Update dependency ch.qos.logback:logback-classic to v1.5.7 (#300)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 19, 2024
1 parent cf3d6f3 commit d89eb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ libraryDependencies ++= Seq(
"org.pac4j" % "pac4j-kerberos" % pac4jVersion exclude("org.springframework", "spring-core"),
"org.pac4j" % "pac4j-couch" % pac4jVersion excludeAll(ExclusionRule(organization = "com.fasterxml.jackson.core")),
"org.apache.shiro" % "shiro-core" % "1.13.0",
"ch.qos.logback" % "logback-classic" % "1.5.6",
"ch.qos.logback" % "logback-classic" % "1.5.7",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.2",
"com.typesafe.play" %% "play-cache" % playVersion,
"org.projectlombok" % "lombok" % "1.18.34"
Expand Down

0 comments on commit d89eb0e

Please sign in to comment.