From 20466c5c9d910c7d16dc519c7e8ea9afc0ff7f4f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Oct 2023 18:36:03 +0000 Subject: [PATCH] Update mockito-core to 5.6.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 79e3269..bfdf11b 100644 --- a/build.sbt +++ b/build.sbt @@ -65,7 +65,7 @@ lazy val root = Project("sbt-coveralls", file(".")) "io.circe" %% "circe-core" % "0.14.5", "io.circe" %% "circe-generic" % "0.14.5", "io.circe" %% "circe-parser" % "0.14.5", - "org.mockito" % "mockito-core" % "5.4.0" % Test, + "org.mockito" % "mockito-core" % "5.6.0" % Test, "org.scalatest" %% "scalatest" % "3.2.16" % Test ), scriptedLaunchOpts ++= Seq(