From e47ddaf5ed80933e9559c9885feac5112e2f3b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 6 Mar 2025 15:06:55 +0100 Subject: [PATCH] Upgrade to Maven Install Plugin 3.1.4 Closes gh-44617 --- 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 a15d45ae2a..06d4c549ab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1423,7 +1423,7 @@ bom { ] } } - library("Maven Install Plugin", "3.1.3") { + library("Maven Install Plugin", "3.1.4") { prohibit { contains "-beta-" because "we don't want betas"