Update mockito-core to 3.2.0 (#28283)
This commit is contained in:
parent
a7d5ef1af6
commit
d4ab19e60b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue