From c04cbed5a1d6f6c0f0a05f5190bb247f91acb8db Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 21 May 2024 13:54:16 +0000 Subject: [PATCH] bump: mockito-core 5.12.0 (was 5.11.0) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ed23bdce..1ab6707f 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,