From e129f5cc6403d16ed4701be177ea4ee2652ffcd9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Jan 2024 18:55:01 +0000 Subject: [PATCH] Upgrade to Maven Surefire Plugin 3.2.5 Closes gh-39205 --- 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 40ebe50964..7288a9f5b0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -986,7 +986,7 @@ bom { ] } } - library("Maven Surefire Plugin", "3.2.3") { + library("Maven Surefire Plugin", "3.2.5") { group("org.apache.maven.plugins") { plugins = [ "maven-surefire-plugin"