From 4662009596b00ea8b572562394be7e99e8d73544 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 13:33:24 +0100 Subject: [PATCH] Upgrade to Maven Deploy Plugin 3.1.2 Closes gh-40727 --- 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 879c8671a5a..6a34eb8d7a5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -904,7 +904,7 @@ bom { ] } } - library("Maven Deploy Plugin", "3.1.1") { + library("Maven Deploy Plugin", "3.1.2") { group("org.apache.maven.plugins") { plugins = [ "maven-deploy-plugin"