From 35fcd11e0f67483f599b09f3ba53f276631ac596 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 15:50:38 +0100 Subject: [PATCH] Upgrade to Maven Install Plugin 3.1.2 Closes gh-40748 --- 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 b8767fe9ce..4e0ec74f81 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1176,7 +1176,7 @@ bom { ] } } - library("Maven Install Plugin", "3.1.1") { + library("Maven Install Plugin", "3.1.2") { group("org.apache.maven.plugins") { plugins = [ "maven-install-plugin"