From a1f9dd3dcd43a1d3950009a931a8bf16bef293d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 14 Oct 2024 15:02:25 +0200 Subject: [PATCH] Upgrade to Maven Failsafe Plugin 3.5.1 Closes gh-42659 --- 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 045e820d165..aa1822d4aba 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1228,7 +1228,7 @@ bom { ] } } - library("Maven Failsafe Plugin", "3.5.0") { + library("Maven Failsafe Plugin", "3.5.1") { group("org.apache.maven.plugins") { plugins = [ "maven-failsafe-plugin"