From 6ef8dc87d7849b4e48c3a038e7f7953a41f149b4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 Jan 2024 16:31:47 +0000 Subject: [PATCH] Upgrade to Build Helper Maven Plugin 3.5.0 Closes gh-38999 --- 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 db6140902c7..6a15cbb3b2b 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.4.0") { + library("Build Helper Maven Plugin", "3.5.0") { group("org.codehaus.mojo") { plugins = [ "build-helper-maven-plugin"