From b38e7195579c155759166e82e2141edbdf09f827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 13 Sep 2025 08:51:06 +0200 Subject: [PATCH] Upgrade to Maven Failsafe Plugin 3.5.4 Closes gh-47195 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 332afac0766..450c774bea6 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1392,7 +1392,7 @@ bom { releaseNotes("https://github.com/apache/maven-enforcer/releases/tag/enforcer-{version}") } } - library("Maven Failsafe Plugin", "3.5.3") { + library("Maven Failsafe Plugin", "3.5.4") { group("org.apache.maven.plugins") { plugins = [ "maven-failsafe-plugin"