From b9a770764389e68a7395c36e194db23b6cbd9d87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 14 Sep 2026 12:40:42 +0200 Subject: [PATCH] Upgrade to Build Helper Maven Plugin 3.6.2 Closes gh-51734 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index c40f879d776..ab4589dd207 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -175,7 +175,7 @@ bom { releaseNotes("https://github.com/openzipkin/brave/releases/tag/{version}") } } - library("Build Helper Maven Plugin", "3.6.1") { + library("Build Helper Maven Plugin", "3.6.2") { group("org.codehaus.mojo") { plugins = [ "build-helper-maven-plugin"