From 81a75f9e5da46041c93071b58155d7a65e873568 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 15:34:44 +0200 Subject: [PATCH] Upgrade to Mockito 4.8.0 Closes gh-32361 --- 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 58f4e48597..b205c00591 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1031,7 +1031,7 @@ bom { ] } } - library("Mockito", "4.6.1") { + library("Mockito", "4.8.0") { group("org.mockito") { imports = [ "mockito-bom"