From 1a11de9cf6ea69c4b6f854f4dd59c686fa317d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 5 Mar 2025 12:57:49 +0100 Subject: [PATCH] Upgrade to Maven Deploy Plugin 3.1.4 Closes gh-44552 --- 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 682aff113f..6fe9ca5e27 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1315,7 +1315,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") { group("org.apache.maven.plugins") { plugins = [ "maven-deploy-plugin"