From 6ee06de5bfaaa1e4fa7f8e1cbe2caf903a7c75e5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 12:27:42 +0100 Subject: [PATCH] Upgrade to Maven Deploy Plugin 3.1.2 Closes gh-40713 --- 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 2cfa4501e0f..5c52b228557 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -884,7 +884,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"