From 8b79b045e636e00fa9e0ffcd75d8a320cf48c83d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 May 2026 12:17:31 +0100 Subject: [PATCH] Upgrade to Glassfish JAXB 4.0.8 Closes gh-50339 --- platform/spring-boot-dependencies/build.gradle | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index eefdb2d1ee4..54de6f71ffc 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -484,11 +484,7 @@ bom { releaseNotes("https://github.com/git-commit-id/git-commit-id-maven-plugin/releases/tag/v{version}") } } - library("Glassfish JAXB", "4.0.6") { - prohibit { - versionRange "[4.0.7]" - because "it contains a regression (https://github.com/spring-projects/spring-boot/issues/49607#issuecomment-4072451614)" - } + library("Glassfish JAXB", "4.0.8") { alignWith { dependencyManagementDeclaredIn("org.glassfish.jaxb:jaxb-bom") { excluding { candidate -> candidate.classifier().equals("sources") }