From 46ec9ec5c9e94cc3cefbcb38ab32d2b59b18187b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 6 Mar 2025 15:06:51 +0100 Subject: [PATCH] Upgrade to Maven Deploy Plugin 3.1.4 Closes gh-44616 --- 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 32f010f8e24..a15d45ae2a8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1382,7 +1382,7 @@ bom { releaseNotes("https://github.com/apache/maven-dependency-plugin/releases/tag/maven-dependency-plugin-{version}") } } - library("Maven Deploy Plugin", "3.1.3") { + library("Maven Deploy Plugin", "3.1.4") { prohibit { contains "-beta-" because "we don't want betas"