Skip to content

Commit

Permalink
Update mockito-core to 5.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 16, 2024
1 parent cef3625 commit bd35854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ lazy val root = Project("sbt-coveralls", file("."))
"io.circe" %% "circe-core" % "0.14.10",
"io.circe" %% "circe-generic" % "0.14.10",
"io.circe" %% "circe-parser" % "0.14.10",
"org.mockito" % "mockito-core" % "5.14.0" % Test,
"org.mockito" % "mockito-core" % "5.14.2" % Test,
"org.scalatest" %% "scalatest" % "3.2.19" % Test
),
scriptedLaunchOpts ++= Seq(
Expand Down

0 comments on commit bd35854

Please sign in to comment.