diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 768f0bf877..78cd124b83 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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