From 1822ce1ef3dff37f35e75c26d7d066ba1f38456d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 19 Oct 2022 21:03:31 +0200 Subject: [PATCH] Upgrade to Mockito 4.8.1 Closes gh-32799 --- 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 9e4120d63bc..7e4a8a6d2ac 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1045,7 +1045,7 @@ bom { ] } } - library("Mockito", "4.8.0") { + library("Mockito", "4.8.1") { group("org.mockito") { imports = [ "mockito-bom"