Skip to content

Commit

Permalink
[9.x] mockito-core 5.15.2 (was 5.14.2) (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 26, 2025
1 parent 4a764ed commit 12b4e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ object Dependencies {
val jwt = "com.auth0" % "java-jwt" % "3.19.4"
val scalaGuice = "net.codingwell" %% "scala-guice" % "6.0.0"
val akkaTestkit = "com.typesafe.akka" %% "akka-testkit" % play.core.PlayVersion.akkaVersion
val mockito = "org.mockito" % "mockito-core" % "5.14.2"
val mockito = "org.mockito" % "mockito-core" % "5.15.2"
val casClient = "org.jasig.cas.client" % "cas-client-core" % "3.6.4"
val casClientSupportSAML = "org.jasig.cas.client" % "cas-client-support-saml" % "3.6.4"
val apacheCommonLang = "org.apache.commons" % "commons-lang3" % "3.17.0"
Expand Down

0 comments on commit 12b4e6e

Please sign in to comment.