From 9fb9d5518d2d9cb141458f70683bd3e8d12ecb64 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jun 2023 09:56:29 +0100 Subject: [PATCH] Upgrade to Mockito 5.4.0 Closes gh-35965 --- 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 f497793039..4c7782f438 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -991,7 +991,7 @@ bom { ] } } - library("Mockito", "5.3.1") { + library("Mockito", "5.4.0") { group("org.mockito") { imports = [ "mockito-bom"