From 35582774b28ca65f8e84d5f83a1ec17a72d7d5a6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 7 Aug 2020 09:57:57 +0100 Subject: [PATCH] Upgrade to Build Helper Maven Plugin 3.2.0 Closes gh-22788 --- 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 6a898af9c7..7e485dbd42 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -135,7 +135,7 @@ bom { ] } } - library("Build Helper Maven Plugin", "3.1.0") { + library("Build Helper Maven Plugin", "3.2.0") { group("org.codehaus.mojo") { plugins = [ "build-helper-maven-plugin"