From 1d65792f5c0ebd48a2bbb826148ee26e2485ae87 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 13:05:55 +0100 Subject: [PATCH] Upgrade to Maven Surefire Plugin 3.3.0 Closes gh-41418 --- 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 daba0a3ca52..30bb1267a0a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1250,7 +1250,7 @@ bom { ] } } - library("Maven Surefire Plugin", "3.2.5") { + library("Maven Surefire Plugin", "3.3.0") { group("org.apache.maven.plugins") { plugins = [ "maven-surefire-plugin"