From 4d281273c19af03a22ff92183921cdefa6b7b18f Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Sat, 22 Feb 2020 07:47:03 +0900 Subject: [PATCH] Update mockito-core to 3.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2d4f5d6bb..56a060d2a 100644 --- a/build.sbt +++ b/build.sbt @@ -66,7 +66,7 @@ libraryDependencies ++= Seq( "javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided", "junit" % "junit" % "4.13" % "test", "org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test", - "org.mockito" % "mockito-core" % "3.2.4" % "test", + "org.mockito" % "mockito-core" % "3.3.0" % "test", "com.dimafeng" %% "testcontainers-scala" % "0.35.2" % "test", "org.testcontainers" % "mysql" % "1.12.5" % "test", "org.testcontainers" % "postgresql" % "1.12.5" % "test",