From d0fd48b38eec2f574b4107d5139c157f4064b0ec Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 12:13:52 +0100 Subject: [PATCH] Upgrade to Mockito 5.6.0 Closes gh-37779 --- 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 11c0fa3b14..28a6389908 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1020,7 +1020,7 @@ bom { ] } } - library("Mockito", "5.5.0") { + library("Mockito", "5.6.0") { group("org.mockito") { imports = [ "mockito-bom"