Browse Source

Upgrade to Maven Dependency Plugin 3.6.0

Closes gh-35958
pull/35986/head
Andy Wilkinson 3 years ago
parent
commit
559989a0ad
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save