From 4d8ff528f19d9ee13226a73be7467b2d3f89cffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 5 Mar 2025 12:57:53 +0100 Subject: [PATCH] Upgrade to Maven Install Plugin 3.1.4 Closes gh-44553 --- 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 6fe9ca5e27..9ed7caa1ec 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1352,7 +1352,7 @@ bom { ] } } - library("Maven Install Plugin", "3.1.3") { + library("Maven Install Plugin", "3.1.4") { group("org.apache.maven.plugins") { plugins = [ "maven-install-plugin"