Browse Source

Upgrade to Maven Assembly Plugin 3.3.0

Closes gh-21409
pull/21417/head
Stephane Nicoll 6 years ago
parent
commit
3556ed4487
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1063,7 +1063,7 @@ bom { @@ -1063,7 +1063,7 @@ bom {
]
}
}
library("Maven Assembly Plugin", "3.2.0") {
library("Maven Assembly Plugin", "3.3.0") {
group("org.apache.maven.plugins") {
plugins = [
"maven-assembly-plugin"

Loading…
Cancel
Save