From bb23e111340dffcbf1b2ef847314071931f739d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 19 Aug 2024 17:49:00 +0200 Subject: [PATCH] Upgrade to Maven Install Plugin 3.1.3 Closes gh-41943 --- 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 7be7e6840e4b..190f3b96cbef 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1217,7 +1217,7 @@ bom { ] } } - library("Maven Install Plugin", "3.1.2") { + library("Maven Install Plugin", "3.1.3") { group("org.apache.maven.plugins") { plugins = [ "maven-install-plugin"