From 5dbfdc969767cd94563a7d8fd111774be0b82302 Mon Sep 17 00:00:00 2001 From: broadbot Date: Tue, 25 Jun 2024 12:11:18 +0000 Subject: [PATCH] Update mockito-scala-scalatest to 1.17.37 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 9b63450cf5..b738da36a0 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -78,7 +78,7 @@ object Dependencies { val scalaTest: ModuleID = "org.scalatest" %% "scalatest" % scalaTestV % "test" val scalaTestScalaCheck = "org.scalatestplus" %% "scalacheck-1-15" % s"${scalaTestV}.0-RC2" % Test - val mockitoScalaTest = "org.mockito" %% "mockito-scala-scalatest" % "1.17.12" % Test + val mockitoScalaTest = "org.mockito" %% "mockito-scala-scalatest" % "1.17.37" % Test // All of workbench-libs pull in Akka; exclude it since we provide our own Akka dependency. // workbench-google pulls in workbench-{util, model, metrics}; exclude them so we can control the library versions individually.