From 10a5e235be1c6436d9a9c8d836020751129f95e5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Oct 2020 09:30:13 +0200 Subject: [PATCH] Upgrade to Mockito 3.5.13 Closes gh-23661 --- 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 3f07c6fbef..69475bf011 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1126,7 +1126,7 @@ bom { ] } } - library("Mockito", "3.5.10") { + library("Mockito", "3.5.13") { group("org.mockito") { modules = [ "mockito-core",