From bfe7137817124877b686a5a8c09085d5558a7d32 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Jan 2024 18:54:55 +0000 Subject: [PATCH] Upgrade to Maven Failsafe Plugin 3.2.5 Closes gh-39204 --- 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 54285a046cb..40ebe50964b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -923,7 +923,7 @@ bom { ] } } - library("Maven Failsafe Plugin", "3.2.3") { + library("Maven Failsafe Plugin", "3.2.5") { group("org.apache.maven.plugins") { plugins = [ "maven-failsafe-plugin"