From 8e65351cd6646676aab4f2af857698e7f36d0de1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 14 Apr 2023 18:43:45 +0100 Subject: [PATCH] Upgrade to Maven Failsafe Plugin 3.0.0 Closes gh-35003 --- 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 f7b824af80..bf6ae6020a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -859,7 +859,7 @@ bom { ] } } - library("Maven Failsafe Plugin", "2.22.2") { + library("Maven Failsafe Plugin", "3.0.0") { group("org.apache.maven.plugins") { plugins = [ "maven-failsafe-plugin"