From 9e374fe3fc574e0be0f2dd09040acecbfbbd6d67 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jan 2026 09:04:58 +0000 Subject: [PATCH] Upgrade to XML Maven Plugin 1.2.1 Closes gh-48887 --- 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 b49863edec7..f56088610cb 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2766,7 +2766,7 @@ bom { ] } } - library("XML Maven Plugin", "1.2.0") { + library("XML Maven Plugin", "1.2.1") { group("org.codehaus.mojo") { plugins = [ "xml-maven-plugin"