Skip to content

Commit

Permalink
Merge pull request #147 from scala-steward/update/mockito-core-5.12.0
Browse files Browse the repository at this point in the history
mockito-core 5.12.0 (was 5.11.0)
  • Loading branch information
mkurz committed May 11, 2024
2 parents 3a92bd8 + 4845aca commit 6aadd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
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 pekkoTestkit = "org.apache.pekko" %% "pekko-testkit" % play.core.PlayVersion.pekkoVersion
val mockito = "org.mockito" % "mockito-core" % "5.11.0"
val mockito = "org.mockito" % "mockito-core" % "5.12.0"
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.14.0"
Expand Down

0 comments on commit 6aadd56

Please sign in to comment.