Skip to content

Commit 86b766e

Browse files
Update mockito-core to 5.7.0 (#289)
1 parent e1a20ed commit 86b766e

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
@@ -65,7 +65,7 @@ lazy val root = Project("sbt-coveralls", file("."))
6565
"io.circe" %% "circe-core" % "0.14.6",
6666
"io.circe" %% "circe-generic" % "0.14.6",
6767
"io.circe" %% "circe-parser" % "0.14.6",
68-
"org.mockito" % "mockito-core" % "5.6.0" % Test,
68+
"org.mockito" % "mockito-core" % "5.7.0" % Test,
6969
"org.scalatest" %% "scalatest" % "3.2.17" % Test
7070
),
7171
scriptedLaunchOpts ++= Seq(

0 commit comments

Comments
 (0)