From 2dec393d01178413de72c42a4f204020fbefe08d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 29 Aug 2023 23:17:32 +0000 Subject: [PATCH] Update mockito-scala to 1.17.22 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 365c8a2e..d48e5b29 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -55,7 +55,7 @@ object Dependencies { val ScalaTest = "org.scalatest" %% "scalatest" % "3.2.14" % Test val AkkaStreamsTestKit = "com.typesafe.akka" %% "akka-stream-testkit" % Version.Akka % Test - val MockitoScala = "org.mockito" %% "mockito-scala" % "1.17.12" % Test + val MockitoScala = "org.mockito" %% "mockito-scala" % "1.17.22" % Test val AlpakkaKafkaTestKit = "com.typesafe.akka" %% "akka-stream-kafka-testkit" % "2.0.7" % Test excludeAll (jacksonExclusionRule, log4jExclusionRule, slf4jExclusionRule) val TestcontainersKafka =