Browse Source

Upgrade to Maven Shade Plugin 3.6.0

Closes gh-45907
pull/45964/head
Andy Wilkinson 6 months ago
parent
commit
af8e998786
  1. 2
      spring-boot-project/spring-boot-parent/build.gradle

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

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

Loading…
Cancel
Save