Skip to content

Commit 7263c0b

Browse files
committed
Update mockito-core to 4.5.1
1 parent 3f7dbfa commit 7263c0b

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.3.1",
9+
"org.mockito" % "mockito-core" % "4.5.1",
1010
"org.scalactic" %% "scalactic" % scalatestVersion,
1111
"ru.vyarus" % "generics-resolver" % "3.0.3"
1212
)

0 commit comments

Comments
 (0)