From 0bf5022fd2d41d23d987656f46306bd30d58f651 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 17 Sep 2021 13:31:16 +0100 Subject: [PATCH] Upgrade to Mockito 3.12.4 Closes gh-28053 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index af49cdf97c..a6be1b7a85 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1230,7 +1230,7 @@ bom { ] } } - library("Mockito", "3.11.2") { + library("Mockito", "3.12.4") { group("org.mockito") { modules = [ "mockito-core",