From a35073def58fef050136de452051f59b5504e6f0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 7 Aug 2020 09:58:25 +0100 Subject: [PATCH] Upgrade to Maven War Plugin 3.3.1 Closes gh-22808 --- 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 515c13630d..bab4359077 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1101,7 +1101,7 @@ bom { ] } } - library("Maven War Plugin", "3.3.0") { + library("Maven War Plugin", "3.3.1") { group("org.apache.maven.plugins") { plugins = [ "maven-war-plugin"