From 3a34a38f9737f514a5355e9c301e5b4d96ebf240 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 13:33:28 +0100 Subject: [PATCH] Upgrade to Maven Install Plugin 3.1.2 Closes gh-40728 --- 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 6a34eb8d7a..a5ea8c7ebb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -932,7 +932,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"