From 578ed9e08b8f2dd6f1ed7a1fa2ad1a6855a93549 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Oct 2021 13:39:22 +0100 Subject: [PATCH] Upgrade to Mockito 4.0.0 Closes gh-28300 --- 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 c9b6ac8e23..15008aea02 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1231,7 +1231,7 @@ bom { ] } } - library("Mockito", "3.12.4") { + library("Mockito", "4.0.0") { group("org.mockito") { modules = [ "mockito-core",