From 9780eab314a725b62eb9563ccc6973a1286f1cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 14 Oct 2024 15:02:29 +0200 Subject: [PATCH] Upgrade to Maven Surefire Plugin 3.5.1 Closes gh-42660 --- 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 aa1822d4ab..319321d63b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1291,7 +1291,7 @@ bom { ] } } - library("Maven Surefire Plugin", "3.5.0") { + library("Maven Surefire Plugin", "3.5.1") { group("org.apache.maven.plugins") { plugins = [ "maven-surefire-plugin"