From da23153cd926eec93fcfd06bad9ec071b95b3c2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 06:57:37 +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 41446dc..0482206 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.7", "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.2", "com.typesafe.play" %% "play-cache" % playVersion,