Skip to content

Commit

Permalink
Merge pull request #97 from scala-steward/update/mockito-core-5.10.0
Browse files Browse the repository at this point in the history
mockito-core 5.10.0 (was 5.9.0)
  • Loading branch information
mkurz authored Jan 24, 2024
2 parents 0e26fde + 2bbac75 commit da82b87
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 pekkoTestkit = "org.apache.pekko" %% "pekko-testkit" % play.core.PlayVersion.pekkoVersion
val mockito = "org.mockito" % "mockito-core" % "5.9.0"
val mockito = "org.mockito" % "mockito-core" % "5.10.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 da82b87

Please sign in to comment.