From ca8815a344e832532d1b4e1a53e2795977992092 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 13:05:24 +0100 Subject: [PATCH] Upgrade to Maven Clean Plugin 3.4.0 Closes gh-41411 --- 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 e211f446b3..f31b1de75d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1152,7 +1152,7 @@ bom { ] } } - library("Maven Clean Plugin", "3.3.2") { + library("Maven Clean Plugin", "3.4.0") { group("org.apache.maven.plugins") { plugins = [ "maven-clean-plugin"