From 1b167bfdf26834850c1287e65316ae4003a354cc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 18 Apr 2022 10:49:39 +0200 Subject: [PATCH] Upgrade to Maven Clean Plugin 3.2.0 Closes gh-30723 --- 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 4f2fa0bf81..4b626f672f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1167,7 +1167,7 @@ bom { ] } } - library("Maven Clean Plugin", "3.1.0") { + library("Maven Clean Plugin", "3.2.0") { group("org.apache.maven.plugins") { plugins = [ "maven-clean-plugin"