From 96f5d7a7b204f4080a1157941899abbeda5518af Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 15 Jul 2024 15:08:41 +0100 Subject: [PATCH] Upgrade to Maven Failsafe Plugin 3.3.1 Closes gh-41499 --- 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 4b14da1bc7..9b7f64115c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1187,7 +1187,7 @@ bom { ] } } - library("Maven Failsafe Plugin", "3.3.0") { + library("Maven Failsafe Plugin", "3.3.1") { group("org.apache.maven.plugins") { plugins = [ "maven-failsafe-plugin"