From c399323ac46dc92623f9b335b3af7056382f9fbb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Mar 2020 14:24:09 +0000 Subject: [PATCH] Upgrade to Mockito 3.3.0 Closes gh-20459 --- 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 78c7dd0848..2fc3e76f49 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1199,7 +1199,7 @@ bom { ] } } - library("Mockito", "3.2.4") { + library("Mockito", "3.3.0") { group("org.mockito") { modules = [ "mockito-core",