Browse Source

Upgrade to Maven Assembly Plugin 3.5.0

Closes gh-34350
pull/34365/head
Andy Wilkinson 3 years ago
parent
commit
13ae79bd82
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save