From 3c482a024c7f95f0cf6f76097529707d3355dde2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jun 2023 09:55:59 +0100 Subject: [PATCH] Upgrade to Maven Failsafe Plugin 3.1.2 Closes gh-35959 --- 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 217888ccde..1c0b399701 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -895,7 +895,7 @@ bom { ] } } - library("Maven Failsafe Plugin", "3.0.0") { + library("Maven Failsafe Plugin", "3.1.2") { group("org.apache.maven.plugins") { plugins = [ "maven-failsafe-plugin"