From 3eb41ea85c5f3b6338b7925483bb9021d3f50204 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 17:33:12 +0100 Subject: [PATCH] Upgrade to Mockito 4.5.1 Closes gh-30936 --- 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 ecbb09c9a4..6c1c82d074 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1298,7 +1298,7 @@ bom { ] } } - library("Mockito", "4.5.0") { + library("Mockito", "4.5.1") { group("org.mockito") { imports = [ "mockito-bom"