Skip to content

Commit 8b5c6a5

Browse files
authored
Merge pull request #1177 from scala-steward/update/3.0.x/mockito-core-5.21.0
[3.0.x] mockito-core 5.21.0 (was 5.20.0)
2 parents b8fe107 + b7fb805 commit 8b5c6a5

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
@@ -20,7 +20,7 @@ object Dependencies {
2020
"specs2-core",
2121
).map("org.specs2" %% _ % specsVersion)
2222

23-
val mockito = Seq("org.mockito" % "mockito-core" % "5.20.0")
23+
val mockito = Seq("org.mockito" % "mockito-core" % "5.21.0")
2424

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

0 commit comments

Comments
 (0)