From 21c53729abcf00ac5a08fa4fb050d5874ab5c276 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Sep 2021 10:10:03 +0200 Subject: [PATCH] Upgrade to Maven War Plugin 3.3.2 Closes gh-27958 --- 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 ada70e33ca..f42dc1b6f2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1105,7 +1105,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"