Browse Source

Upgrade to Maven War Plugin 3.3.2

Closes gh-28017
pull/28028/head
Stephane Nicoll 5 years ago
parent
commit
51d64b6818
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1204,7 +1204,7 @@ bom { @@ -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"

Loading…
Cancel
Save