Browse Source

Upgrade to Maven Shade Plugin 3.3.0

Closes gh-30724
pull/30742/head
Stephane Nicoll 4 years ago
parent
commit
5737a92fa1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1251,7 +1251,7 @@ bom { @@ -1251,7 +1251,7 @@ bom {
]
}
}
library("Maven Shade Plugin", "3.2.4") {
library("Maven Shade Plugin", "3.3.0") {
group("org.apache.maven.plugins") {
plugins = [
"maven-shade-plugin"

Loading…
Cancel
Save