From 9804a4a011b89436622c4f5a7dba8538216e9d35 Mon Sep 17 00:00:00 2001 From: broadbot Date: Wed, 3 Apr 2024 12:01:11 +0000 Subject: [PATCH] Update mockito-scala-scalatest to 1.17.31 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3dbe9cd01..af30aeba4 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.31" % 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.