Skip to content

Commit f770f85

Browse files
Update mockito-core to 4.6.1 (mockito#453)
[skip ci]
1 parent b153990 commit f770f85

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

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

0 commit comments

Comments
 (0)