From f4507a2ae90fedef4b6b04ea517d377b02d64363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 20 Oct 2025 07:53:32 +0200 Subject: [PATCH] Upgrade to XML Maven Plugin 1.2.0 Closes gh-47710 --- 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 0014af0dae4..80255cbbf44 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2760,7 +2760,7 @@ bom { ] } } - library("XML Maven Plugin", "1.1.0") { + library("XML Maven Plugin", "1.2.0") { group("org.codehaus.mojo") { plugins = [ "xml-maven-plugin"