From 5e3445ad4a6d651b6a20ca7f77c7e274498dc5db Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jul 2023 18:14:49 +0200 Subject: [PATCH] Upgrade to Maven Clean Plugin 3.3.1 Closes gh-36378 --- 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 bcf6086227..01e701351a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -860,7 +860,7 @@ bom { ] } } - library("Maven Clean Plugin", "3.2.0") { + library("Maven Clean Plugin", "3.3.1") { group("org.apache.maven.plugins") { plugins = [ "maven-clean-plugin"