From 37a8fc320622df51e0daa3bff90175556ef26c1c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 31 Oct 2023 08:40:38 +0000 Subject: [PATCH] Upgrade to Maven Clean Plugin 3.3.2 Closes gh-38138 --- 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 9fa74c8bc11..3f9428bb1d0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -878,7 +878,7 @@ bom { ] } } - library("Maven Clean Plugin", "3.3.1") { + library("Maven Clean Plugin", "3.3.2") { group("org.apache.maven.plugins") { plugins = [ "maven-clean-plugin"