From 643bb1ba6b8b19b2fc299cbc7f1acd39c508511f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 8 Dec 2020 05:21:01 +0100 Subject: [PATCH] Upgrade to Mockito 3.6.28 Closes gh-24394 --- 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 96fc034967..0873b662ed 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1130,7 +1130,7 @@ bom { ] } } - library("Mockito", "3.6.0") { + library("Mockito", "3.6.28") { group("org.mockito") { modules = [ "mockito-core",