diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 241f8c09..b10713f7 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -114,7 +114,7 @@ object Dependencies { "com.typesafe.akka" %% "akka-http-core" % AkkaHttpVersion, "com.typesafe.akka" %% "akka-http-spray-json" % AkkaHttpVersion, "com.typesafe.akka" %% "akka-testkit" % AkkaVersion % Test, - "org.mockito" % "mockito-core" % "5.11.0" % Test, + "org.mockito" % "mockito-core" % "5.12.0" % Test, "com.typesafe.akka" %% "akka-http-testkit" % AkkaHttpVersion % Test, "com.typesafe.akka" %% "akka-distributed-data" % AkkaVersion % Test, "org.scalatest" %% "scalatest" % ScalaTestVersion % Test,