From 740e1dbee845176fb551721f6823cd9b5bc4aebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 3 Jun 2026 16:37:58 +0200 Subject: [PATCH] Upgrade to Maven Failsafe Plugin 3.5.6 Closes gh-50690 --- 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 e187303e250..6d883079bb8 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1417,7 +1417,7 @@ bom { releaseNotes("https://github.com/apache/maven-enforcer/releases/tag/enforcer-{version}") } } - library("Maven Failsafe Plugin", "3.5.5") { + library("Maven Failsafe Plugin", "3.5.6") { group("org.apache.maven.plugins") { plugins = [ "maven-failsafe-plugin"