From f48c087cd8780e1206f27821d645253e6c1fa8c7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Aug 2021 00:03:07 +0200 Subject: [PATCH] Update mockito-core to 3.12.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4fd832a88..8bb887e7c 100644 --- a/build.sbt +++ b/build.sbt @@ -64,7 +64,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" % "3.12.2" % "test", + "org.mockito" % "mockito-core" % "3.12.3" % "test", "com.dimafeng" %% "testcontainers-scala" % "0.39.6" % "test", "org.testcontainers" % "mysql" % "1.16.0" % "test", "org.testcontainers" % "postgresql" % "1.16.0" % "test",