From 8b25a7aed622337d1b4c619a937bfa7c4288694a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 19 Aug 2024 17:48:56 +0200 Subject: [PATCH] Upgrade to Maven Deploy Plugin 3.1.3 Closes gh-41942 --- 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 d178e5c32793..7be7e6840e4b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1189,7 +1189,7 @@ bom { ] } } - library("Maven Deploy Plugin", "3.1.2") { + library("Maven Deploy Plugin", "3.1.3") { group("org.apache.maven.plugins") { plugins = [ "maven-deploy-plugin"