Skip to content

Commit 8ff251a

Browse files
Update mockito-core to 4.3.1 (mockito#436)
1 parent d84962c commit 8ff251a

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.11"
77

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

0 commit comments

Comments
 (0)