Skip to content

Commit

Permalink
Update dependency org.apache.shiro:shiro-core to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent e85191e commit 60f6088
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 @@ -29,7 +29,7 @@ libraryDependencies ++= Seq(
"org.pac4j" % "pac4j-mongo" % pac4jVersion excludeAll(ExclusionRule(organization = "com.fasterxml.jackson.core")),
"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",
"org.apache.shiro" % "shiro-core" % "2.0.1",
"ch.qos.logback" % "logback-classic" % "1.5.8",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.2",
"com.typesafe.play" %% "play-cache" % playVersion,
Expand Down

0 comments on commit 60f6088

Please sign in to comment.