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,