From 86b766e057e142f5868ea87094a9c20eafd97846 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 7 Nov 2023 07:39:59 +0100 Subject: [PATCH] Update mockito-core to 5.7.0 (#289) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1b98874..11837a4 100644 --- a/build.sbt +++ b/build.sbt @@ -65,7 +65,7 @@ lazy val root = Project("sbt-coveralls", file(".")) "io.circe" %% "circe-core" % "0.14.6", "io.circe" %% "circe-generic" % "0.14.6", "io.circe" %% "circe-parser" % "0.14.6", - "org.mockito" % "mockito-core" % "5.6.0" % Test, + "org.mockito" % "mockito-core" % "5.7.0" % Test, "org.scalatest" %% "scalatest" % "3.2.17" % Test ), scriptedLaunchOpts ++= Seq(