From 398821c66b094d4c0f8310da98e08caea0ec1d92 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Feb 2022 10:17:31 +0100 Subject: [PATCH] Upgrade to Mockito 4.3.1 Closes gh-29852 --- 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 e5dcf4ff75..7d7c08c5f5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1258,7 +1258,7 @@ bom { ] } } - library("Mockito", "4.2.0") { + library("Mockito", "4.3.1") { group("org.mockito") { modules = [ "mockito-core",