Skip to content

Commit 12b4e6e

Browse files
[9.x] mockito-core 5.15.2 (was 5.14.2) (#202)
1 parent 4a764ed commit 12b4e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ object Dependencies {
4242
val jwt = "com.auth0" % "java-jwt" % "3.19.4"
4343
val scalaGuice = "net.codingwell" %% "scala-guice" % "6.0.0"
4444
val akkaTestkit = "com.typesafe.akka" %% "akka-testkit" % play.core.PlayVersion.akkaVersion
45-
val mockito = "org.mockito" % "mockito-core" % "5.14.2"
45+
val mockito = "org.mockito" % "mockito-core" % "5.15.2"
4646
val casClient = "org.jasig.cas.client" % "cas-client-core" % "3.6.4"
4747
val casClientSupportSAML = "org.jasig.cas.client" % "cas-client-support-saml" % "3.6.4"
4848
val apacheCommonLang = "org.apache.commons" % "commons-lang3" % "3.17.0"

0 commit comments

Comments
 (0)