From 8ddfc4029a7eb8183a22811f5f5a04fd771a1e73 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 12:27:47 +0100 Subject: [PATCH] Upgrade to Maven Install Plugin 3.1.2 Closes gh-40714 --- 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 5c52b228557..4f403709b24 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -912,7 +912,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"