From 2d6446740147ea73f2a514c9a1d908ff6a9a071d Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 11:16:40 +0000 Subject: [PATCH] Update mockito-scala-scalatest to 2.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c1990977c..8a9eca579 100644 --- a/build.sbt +++ b/build.sbt @@ -62,7 +62,7 @@ val commonSettings = Seq( "net.logstash.logback" % "logstash-logback-encoder" % "7.2", "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.2" % Test, "com.softwaremill.diffx" %% "diffx-scalatest-should" % "0.8.2" % Test, - "org.mockito" %% "mockito-scala-scalatest" % "1.17.45", + "org.mockito" %% "mockito-scala-scalatest" % "2.1.0", "com.gu" %% "simple-configuration-ssm" % "7.0.0", "com.gu" %% "pan-domain-auth-play_2-9" % pandaVersion, "com.google.api-client" % "google-api-client" % "2.0.1",