Skip to content

Commit ea6ce08

Browse files
authored
Merge pull request #1175 from scala-steward/update/mockito-core-5.21.0
mockito-core 5.21.0 (was 5.20.0)
2 parents 2b8c500 + c242017 commit ea6ce08

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)