From 923d102c456875d6bbe075d177d863f64e15b43f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 28 Oct 2024 14:08:49 +0000 Subject: [PATCH] bump: mockito-core 5.14.2 (was 5.14.0) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ad134f49..580d26eb 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,