From e178e34f4f9caca9c1558c8fc5c1c7e896b43954 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 11 Sep 2024 11:18:11 +0100 Subject: [PATCH] Upgrade to Maven Surefire Plugin 3.5.0 Closes gh-42234 --- 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 2fd2cb3d28..3fd16cb475 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1287,7 +1287,7 @@ bom { ] } } - library("Maven Surefire Plugin", "3.4.0") { + library("Maven Surefire Plugin", "3.5.0") { group("org.apache.maven.plugins") { plugins = [ "maven-surefire-plugin"