From 9ff411e6af3da38505731d3f8744d111bcdde2bc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 10 Jun 2022 12:58:02 +0100 Subject: [PATCH] Upgrade to Mockito 4.6.1 Closes gh-31332 --- 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 398910245b1..bc96ea6fe03 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1029,7 +1029,7 @@ bom { ] } } - library("Mockito", "4.5.1") { + library("Mockito", "4.6.1") { group("org.mockito") { imports = [ "mockito-bom"