Browse Source

Upgrade to Maven Deploy Plugin 3.1.4

Closes gh-44542
pull/42891/head
Stéphane Nicoll 1 year ago
parent
commit
4fb21b34cf
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1290,7 +1290,7 @@ bom { @@ -1290,7 +1290,7 @@ bom {
releaseNotes("https://github.com/apache/maven-dependency-plugin/releases/tag/maven-dependency-plugin-{version}")
}
}
library("Maven Deploy Plugin", "3.1.3") {
library("Maven Deploy Plugin", "3.1.4") {
group("org.apache.maven.plugins") {
plugins = [
"maven-deploy-plugin"

Loading…
Cancel
Save