Skip to content

Commit bb34012

Browse files
Update mockito-core to 5.3.1 (#256)
1 parent 3672a4c commit bb34012

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.5",
6666
"io.circe" %% "circe-generic" % "0.14.5",
6767
"io.circe" %% "circe-parser" % "0.14.5",
68-
"org.mockito" % "mockito-core" % "5.2.0" % Test,
68+
"org.mockito" % "mockito-core" % "5.3.1" % Test,
6969
"org.scalatest" %% "scalatest" % "3.2.15" % Test
7070
),
7171
scriptedLaunchOpts ++= Seq(

0 commit comments

Comments
 (0)