From bf29f8f381d22cf251cab626ef15e83bae97bad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 15 Sep 2026 09:03:07 +0200 Subject: [PATCH] Upgrade to Maven Deploy Plugin 3.2.0 Closes gh-51758 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 4d3b4280e2a..0fa3e4da53b 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1496,7 +1496,7 @@ bom { releaseNotes("https://github.com/apache/maven-dependency-plugin/releases/tag/maven-dependency-plugin-{version}") } } - library("Maven Deploy Plugin", "3.1.4") { + library("Maven Deploy Plugin", "3.2.0") { prohibit { contains "-beta-" because "we don't want betas"