From 463dfebafcbb24cfb279661cd2ec137a9c4df55c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 21 Oct 2025 08:47:43 +0200 Subject: [PATCH] Upgrade to Maven AntRun Plugin 3.2.0 Closes gh-47731 --- 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 d086e25c0e0..06ef42a0ee7 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1322,7 +1322,7 @@ bom { .formatted(version.toString("-"))) } } - library("Maven AntRun Plugin", "3.1.0") { + library("Maven AntRun Plugin", "3.2.0") { group("org.apache.maven.plugins") { plugins = [ "maven-antrun-plugin"