From 09a46462808997dfdc3753ada3c940bc3d388ac5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 13:02:00 +0000 Subject: [PATCH] Upgrade to Mockito 3.5.15 Closes gh-23896 --- 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 44e39849bf..8514befadd 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.13") { + library("Mockito", "3.5.15") { group("org.mockito") { modules = [ "mockito-core",