From 609cb80bbcc745e540ec14707a8f672724eae645 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 16:30:44 +0000 Subject: [PATCH] Upgrade to Maven Deploy Plugin 3.1.0 Closes gh-34287 --- 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 2b989c847ce..82b7ba3d6df 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -841,7 +841,7 @@ bom { ] } } - library("Maven Deploy Plugin", "3.0.0") { + library("Maven Deploy Plugin", "3.1.0") { group("org.apache.maven.plugins") { plugins = [ "maven-deploy-plugin"