From 3d12a9038f6402d1ab4b7eb1ce5c0cf8d73f9cdb Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 7 Sep 2022 17:56:53 +0000 Subject: [PATCH] Update mockito-core to 4.8.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7a6e7336a..0738eab1f 100644 --- a/build.sbt +++ b/build.sbt @@ -61,7 +61,7 @@ libraryDependencies ++= Seq( "javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided", "junit" % "junit" % "4.13.2" % "test", "org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test" cross CrossVersion.for3Use2_13, - "org.mockito" % "mockito-core" % "4.7.0" % "test", + "org.mockito" % "mockito-core" % "4.8.0" % "test", "com.dimafeng" %% "testcontainers-scala" % "0.40.10" % "test", "org.testcontainers" % "mysql" % "1.17.3" % "test", "org.testcontainers" % "postgresql" % "1.17.3" % "test",