From 02b4b1254e73ec75bc23e4f17cf818c7dc828771 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 29 Aug 2024 17:02:32 +0200 Subject: [PATCH] bump: mockito-core 5.13.0 (was 5.12.0) (#1317) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ab83e4fb..01f9cfae 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -124,7 +124,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.12.0" % Test, + "org.mockito" % "mockito-core" % "5.13.0" % Test, "com.typesafe.akka" %% "akka-http-testkit" % AkkaHttpVersion % Test, "com.typesafe.akka" %% "akka-distributed-data" % AkkaVersion % Test, "org.scalatest" %% "scalatest" % ScalaTestVersion % Test,