From 12667385220d2553c6a63f5a15fc2db408d88427 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:33:29 +0100 Subject: [PATCH] Upgrade to Maven War Plugin 3.3.0 Closes gh-21965 --- 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 d85a4d7520..945f823318 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1176,7 +1176,7 @@ bom { ] } } - library("Maven War Plugin", "3.2.3") { + library("Maven War Plugin", "3.3.0") { group("org.apache.maven.plugins") { plugins = [ "maven-war-plugin"