From 57e4b4447c459da3b413729841c7f92e7019a66f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 15:34:36 +0200 Subject: [PATCH] Upgrade to Maven Install Plugin 3.0.1 Closes gh-32358 --- 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 597d6f8ffb..61dd81962f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -949,7 +949,7 @@ bom { ] } } - library("Maven Install Plugin", "3.0.0") { + library("Maven Install Plugin", "3.0.1") { group("org.apache.maven.plugins") { plugins = [ "maven-install-plugin"