From 1517d865e2c33afba02eda6aac3089182c2b4cb9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 Jan 2024 16:33:20 +0000 Subject: [PATCH] Upgrade to Maven Surefire Plugin 3.2.3 Closes gh-39019 --- 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 5e72222caa..ee7c001b3f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -981,7 +981,7 @@ bom { ] } } - library("Maven Surefire Plugin", "3.1.2") { + library("Maven Surefire Plugin", "3.2.3") { group("org.apache.maven.plugins") { plugins = [ "maven-surefire-plugin"