We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a764ed commit 12b4e6eCopy full SHA for 12b4e6e
project/Dependencies.scala
@@ -42,7 +42,7 @@ object Dependencies {
42
val jwt = "com.auth0" % "java-jwt" % "3.19.4"
43
val scalaGuice = "net.codingwell" %% "scala-guice" % "6.0.0"
44
val akkaTestkit = "com.typesafe.akka" %% "akka-testkit" % play.core.PlayVersion.akkaVersion
45
- val mockito = "org.mockito" % "mockito-core" % "5.14.2"
+ val mockito = "org.mockito" % "mockito-core" % "5.15.2"
46
val casClient = "org.jasig.cas.client" % "cas-client-core" % "3.6.4"
47
val casClientSupportSAML = "org.jasig.cas.client" % "cas-client-support-saml" % "3.6.4"
48
val apacheCommonLang = "org.apache.commons" % "commons-lang3" % "3.17.0"
0 commit comments