From 87d8b0b8c0c80ed595520077110f42bad60cf295 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Aug 2024 13:02:55 +0000 Subject: [PATCH] Update mockito-core to 5.13.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 7915735..9a635a8 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -13,7 +13,7 @@ object Dependencies { val log4jVersion = "2.21.0" val scalatestVersion = "3.2.19" - val mockitoVersion = "5.12.0" + val mockitoVersion = "5.13.0" val nettyAll = "io.netty" % "netty-all" % nettyVersion % Compile val nettyHttp = "io.netty" % "netty-codec-http" % nettyVersion % Compile