Update mockito-core to 3.2.0 (#28283)

This commit is contained in:
Scala Steward 2019-12-02 11:46:32 +01:00 committed by Arnout Engelen
parent a7d5ef1af6
commit d4ab19e60b

View file

@ -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.1.0" % "test" // MIT
val mockito = "org.mockito" % "mockito-core" % "3.2.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