Browse Source

Upgrade to Maven Shade Plugin 3.4.0

Closes gh-32384
pull/32405/head
Stephane Nicoll 3 years ago
parent
commit
16bb543c16
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save