From dbfdcb678d430f4c5dbf1e1c05a18fd9b3328cb4 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 14:23:25 +0100 Subject: [PATCH] Update mockito-4-11 to 3.2.18.0 (#1154) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 2a8e03548e1..3c732279203 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -132,7 +132,7 @@ object Dependencies { val scalatestScalaCheck = "org.scalatestplus" %% s"scalacheck-$scalaTestScalaCheckVersion" % (scalaTestVersion + ".0") % Test // https://github.com/scalatest/scalatest/issues/2311 - val scalatestMockito = "org.scalatestplus" %% "mockito-4-11" % "3.2.17.0" % Test + val scalatestMockito = "org.scalatestplus" %% "mockito-4-11" % "3.2.18.0" % Test val pojosr = "com.googlecode.pojosr" % "de.kalpatec.pojosr.framework" % "0.2.1" % Test val tinybundles = "org.ops4j.pax.tinybundles" % "tinybundles" % "3.0.0" % Test