From 9448544238780281083c9ce9a7067e8b5ec29085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 20 Aug 2024 19:25:17 +0200 Subject: [PATCH] Upgrade to Maven Failsafe Plugin 3.4.0 Closes gh-41963 --- 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 1a7f7cdcd3..a9a8643eee 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1224,7 +1224,7 @@ bom { ] } } - library("Maven Failsafe Plugin", "3.3.1") { + library("Maven Failsafe Plugin", "3.4.0") { group("org.apache.maven.plugins") { plugins = [ "maven-failsafe-plugin"