Browse Source

Upgrade to Maven Shade Plugin 3.5.1

Closes gh-37778
pull/37801/head
Andy Wilkinson 2 years ago
parent
commit
0369d0c40a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save