Skip to content

Commit fc9baa9

Browse files
Update mockito-core to 5.21.0 (#611)
1 parent 7a3a80b commit fc9baa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lazy val commonSettings = Seq(
1111
crossVersion := CrossVersion.binary,
1212
libraryDependencies ++= Seq(
1313
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
14-
"org.mockito" % "mockito-core" % "5.20.0" % Test,
14+
"org.mockito" % "mockito-core" % "5.21.0" % Test,
1515
"org.slf4j" % "slf4j-simple" % "2.0.17" % Test
1616
),
1717
fork := true,

0 commit comments

Comments
 (0)