Browse Source

Upgrade to Maven War Plugin 3.3.2

Closes gh-27984
pull/28375/head
Stephane Nicoll 4 years ago
parent
commit
9c6138fa1c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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