From 80ad4930d8b290387402126bc9a6f57cfab47814 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 Jan 2024 16:33:25 +0000 Subject: [PATCH] Upgrade to Mockito 5.8.0 Closes gh-39020 --- 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 ee7c001b3f..0eda0a90c6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1017,7 +1017,7 @@ bom { ] } } - library("Mockito", "5.7.0") { + library("Mockito", "5.8.0") { group("org.mockito") { imports = [ "mockito-bom"