Skip to content

Commit

Permalink
Merge pull request playframework#834 from playframework/mergify/bp/2.…
Browse files Browse the repository at this point in the history
…2.x/pr-831

[2.2.x] mockito-core 5.8.0 (was 5.7.0) (backport playframework#831) by @scala-steward
  • Loading branch information
mkurz authored Dec 11, 2023
2 parents 17e535f + 4237d32 commit 11df8ff
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 @@ -20,7 +20,7 @@ object Dependencies {
"specs2-core",
).map("org.specs2" %% _ % specsVersion)

val mockito = Seq("org.mockito" % "mockito-core" % "5.7.0")
val mockito = Seq("org.mockito" % "mockito-core" % "5.8.0")

val slf4jtest = Seq("uk.org.lidalia" % "slf4j-test" % "1.2.0")

Expand Down

0 comments on commit 11df8ff

Please sign in to comment.