From 15533367b4949dfccb2498ab0294f49fcb922ba6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 14 Apr 2023 18:43:50 +0100 Subject: [PATCH] Upgrade to Maven Surefire Plugin 3.0.0 Closes gh-35004 --- 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 bf6ae6020a9..025e045d705 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -922,7 +922,7 @@ bom { ] } } - library("Maven Surefire Plugin", "2.22.2") { + library("Maven Surefire Plugin", "3.0.0") { group("org.apache.maven.plugins") { plugins = [ "maven-surefire-plugin"