Upgrade to Mockito 1.9.5 (closes #15493)
This commit is contained in:
parent
5608abdb9a
commit
ea13e6d869
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ object Dependencies {
|
|||
val commonsCodec = "commons-codec" % "commons-codec" % "1.7" % "test" // ApacheV2
|
||||
val junit = "junit" % "junit" % "4.10" % "test" // Common Public License 1.0
|
||||
val logback = "ch.qos.logback" % "logback-classic" % "1.0.13" % "test" // EPL 1.0 / LGPL 2.1
|
||||
val mockito = "org.mockito" % "mockito-all" % "1.8.1" % "test" // MIT
|
||||
val mockito = "org.mockito" % "mockito-all" % "1.9.5" % "test" // MIT
|
||||
// changing the scalatest dependency must be reflected in akka-docs/rst/dev/multi-jvm-testing.rst
|
||||
// mirrored in OSGi sample
|
||||
val scalatest = "org.scalatest" %% "scalatest" % scalaTestVersion % "test" // ApacheV2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue