Skip to content

Commit d4c6aac

Browse files
Update mockito-core to 5.20.0 (#589)
1 parent bc0779d commit d4c6aac

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
@@ -6,7 +6,7 @@ object Dependencies {
66
val scalatestVersion = "3.2.19"
77

88
val commonLibraries = Seq(
9-
"org.mockito" % "mockito-core" % "5.19.0",
9+
"org.mockito" % "mockito-core" % "5.20.0",
1010
"org.scalactic" %% "scalactic" % scalatestVersion,
1111
"ru.vyarus" % "generics-resolver" % "3.0.3"
1212
)

0 commit comments

Comments
 (0)