Update mockito-core to 3.2.4

This commit is contained in:
Scala Steward 2019-12-17 21:34:38 +01:00
parent a9d1a7f8b9
commit 9dd0cb0f3c
No known key found for this signature in database
GPG key ID: 96BDF10FFAB8B6A6

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.2.0" % "test" // MIT
val mockito = "org.mockito" % "mockito-core" % "3.2.4" % "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