From 4fb21b34cfeada7c6110f1c19a436eecc2d06473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 5 Mar 2025 12:51:59 +0100 Subject: [PATCH] Upgrade to Maven Deploy Plugin 3.1.4 Closes gh-44542 --- 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 31886036021..10485563d3e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1290,7 +1290,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"