From a98c30866a7e2841c75a5e17107fd1e39fbf8146 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 21 Jul 2022 08:04:27 +0200 Subject: [PATCH] Upgrade to Maven Deploy Plugin 3.0.0 Closes gh-31832 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index d86d44f70fb..19a98048f1a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -917,7 +917,7 @@ bom { ] } } - library("Maven Deploy Plugin", "2.8.2") { + library("Maven Deploy Plugin", "3.0.0") { group("org.apache.maven.plugins") { plugins = [ "maven-deploy-plugin"