From 51d64b6818c0d2b9c7b3842e99da9b67daabc799 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Sep 2021 08:17:50 +0200 Subject: [PATCH] Upgrade to Maven War Plugin 3.3.2 Closes gh-28017 --- 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 830d4667414..58e4a07445e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1204,7 +1204,7 @@ bom { ] } } - library("Maven War Plugin", "3.3.1") { + library("Maven War Plugin", "3.3.2") { group("org.apache.maven.plugins") { plugins = [ "maven-war-plugin"