From 60f6088a07d2b6b5e85b5434adf527d6a6f9990c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 05:00:15 +0000 Subject: [PATCH] Update dependency org.apache.shiro:shiro-core to v2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b7a6103..82accce 100644 --- a/build.sbt +++ b/build.sbt @@ -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,