From 68609e44de24b980b4c671cb6f102b5f232eda58 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 8 Apr 2021 04:36:47 +0200 Subject: [PATCH] Update mockito-core to 3.9.0 (#2733) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1280a2ac5..3d2ecf212 100644 --- a/build.sbt +++ b/build.sbt @@ -62,7 +62,7 @@ libraryDependencies ++= Seq( "javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided", "junit" % "junit" % "4.13.2" % "test", "org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test", - "org.mockito" % "mockito-core" % "3.8.0" % "test", + "org.mockito" % "mockito-core" % "3.9.0" % "test", "com.dimafeng" %% "testcontainers-scala" % "0.39.3" % "test", "org.testcontainers" % "mysql" % "1.15.2" % "test", "org.testcontainers" % "postgresql" % "1.15.2" % "test",