Update mockito-core to 3.1.0 (#27841)

This commit is contained in:
Scala Steward 2019-10-04 15:46:44 +02:00 committed by Arnout Engelen
parent 315094720c
commit e143582d7c

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.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