Browse Source

Upgrade to Maven Dependency Plugin 3.3.0

Closes gh-30301
pull/30406/head
Stephane Nicoll 4 years ago
parent
commit
717f8739c5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1163,7 +1163,7 @@ bom { @@ -1163,7 +1163,7 @@ bom {
]
}
}
library("Maven Dependency Plugin", "3.2.0") {
library("Maven Dependency Plugin", "3.3.0") {
group("org.apache.maven.plugins") {
plugins = [
"maven-dependency-plugin"

Loading…
Cancel
Save