Merge pull request #22227 from anshlykov

* gh-22227:
  Update to Maven Shade Plugin 3.2.4

Closes gh-22227
This commit is contained in:
Andy Wilkinson 2020-07-06 09:51:37 +01:00
commit 40fc90e343
1 changed files with 1 additions and 4 deletions

View File

@ -1133,10 +1133,7 @@ bom {
]
}
}
library("Maven Shade Plugin", "3.2.2") {
prohibit("3.2.3") {
because "https://github.com/spring-projects/spring-boot/issues/21128"
}
library("Maven Shade Plugin", "3.2.4") {
group("org.apache.maven.plugins") {
plugins = [
"maven-shade-plugin"