From 4e59056cacfd57d68747747989b09b5f696cf5ad Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:36:36 +0100 Subject: [PATCH] bump: mockito-core 5.14.2 (was 5.14.0) (#1342) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 88a67ca5..46058ea5 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -130,7 +130,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.14.0" % Test, + "org.mockito" % "mockito-core" % "5.14.2" % Test, "com.typesafe.akka" %% "akka-http-testkit" % AkkaHttpVersion % Test, "com.typesafe.akka" %% "akka-distributed-data" % AkkaVersion % Test, "org.scalatest" %% "scalatest" % ScalaTestVersion % Test,