From 57a44bf55d02fdf0e2d1ad4c94a06cb8f81b1462 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jun 2023 09:54:51 +0100 Subject: [PATCH] Upgrade to Build Helper Maven Plugin 3.4.0 Closes gh-35945 --- 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 8278f7b917..dac5a516fe 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -116,7 +116,7 @@ bom { ] } } - library("Build Helper Maven Plugin", "3.3.0") { + library("Build Helper Maven Plugin", "3.4.0") { group("org.codehaus.mojo") { plugins = [ "build-helper-maven-plugin"