From e143582d7c97ec582c3c8093a1b725c847ef5131 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 4 Oct 2019 15:46:44 +0200 Subject: [PATCH] Update mockito-core to 3.1.0 (#27841) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 77c7662d73..238bed10ba 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -112,7 +112,7 @@ object Dependencies { val commonsCodec = "commons-codec" % "commons-codec" % "1.13" % "test" // ApacheV2 val junit = "junit" % "junit" % junitVersion % "test" // Common Public License 1.0 val logback = Compile.logback % "test" // EPL 1.0 - val mockito = "org.mockito" % "mockito-core" % "3.0.0" % "test" // MIT + val mockito = "org.mockito" % "mockito-core" % "3.1.0" % "test" // MIT // changing the scalatest dependency must be reflected in akka-docs/rst/dev/multi-jvm-testing.rst val scalatest = Def.setting { "org.scalatest" %% "scalatest" % scalaTestVersion.value % "test" } // ApacheV2 val scalacheck = Def.setting { "org.scalacheck" %% "scalacheck" % scalaCheckVersion.value % "test" } // New BSD