From 965cc24d9192d7c210edf07cdb082da339970f10 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 11 Sep 2024 11:17:54 +0100 Subject: [PATCH] Upgrade to Maven Failsafe Plugin 3.5.0 Closes gh-42230 --- 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 4c58f601f35..dbba4484a0e 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.4.0") { + library("Maven Failsafe Plugin", "3.5.0") { group("org.apache.maven.plugins") { plugins = [ "maven-failsafe-plugin"