Skip to content

Commit

Permalink
Merge pull request #22227 from anshlykov
Browse files Browse the repository at this point in the history
* gh-22227:
  Update to Maven Shade Plugin 3.2.4

Closes gh-22227
  • Loading branch information
wilkinsona committed Jul 6, 2020
2 parents dfea2f4 + 683a7a8 commit 40fc90e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Expand Up @@ -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"
Expand Down

0 comments on commit 40fc90e

Please sign in to comment.