Upgrade to Glassfish JAXB 4.0.8

Closes gh-50339
This commit is contained in:
Andy Wilkinson
2026-05-07 12:21:02 +01:00
parent bbf5c7a2ad
commit 8b79b045e6
@@ -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") }