From fa5cfa8ec7d81d4d0c4beb5ecdfa47883f416093 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 Jan 2024 16:33:15 +0000 Subject: [PATCH] Upgrade to Maven Failsafe Plugin 3.2.3 Closes gh-39018 --- 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 517bb84979..5e72222caa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -918,7 +918,7 @@ bom { ] } } - library("Maven Failsafe Plugin", "3.1.2") { + library("Maven Failsafe Plugin", "3.2.3") { group("org.apache.maven.plugins") { plugins = [ "maven-failsafe-plugin"