From 2e0244b92dad6980d7b3fd54da998bf27d17561f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 19 Aug 2024 17:30:03 +0200 Subject: [PATCH] Upgrade to Maven Deploy Plugin 3.1.3 Closes gh-41939 --- 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 bda9c6c379..b04c7e49bc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -913,7 +913,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"