From da29e1a96a165f2c5b3eb3dabf61e000c3d1c291 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 18:21:37 +0100 Subject: [PATCH] Upgrade to Mockito 4.5.1 Closes gh-30960 --- 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 3387f5f057..61833d2620 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -988,7 +988,7 @@ bom { ] } } - library("Mockito", "4.5.0") { + library("Mockito", "4.5.1") { group("org.mockito") { imports = [ "mockito-bom"