mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 09:09:01 +00:00
Upgrade to Glassfish JAXB 4.0.8
Closes gh-50339
This commit is contained in:
@@ -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") }
|
||||
|
||||
Reference in New Issue
Block a user