mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 09:09:01 +00:00
Roll back JAX-B upgrades and prohibit 4.0.7 of the RI
See gh-49615 See gh-49616
This commit is contained in:
@@ -448,7 +448,11 @@ bom {
|
||||
releaseNotes("https://github.com/git-commit-id/git-commit-id-maven-plugin/releases/tag/v{version}")
|
||||
}
|
||||
}
|
||||
library("Glassfish JAXB", "4.0.7") {
|
||||
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)"
|
||||
}
|
||||
group("org.glassfish.jaxb") {
|
||||
bom("jaxb-bom") {
|
||||
permit("com.sun.istack:istack-commons-runtime")
|
||||
@@ -923,7 +927,7 @@ bom {
|
||||
.formatted(version.major(), version.minor()), "jakarta.ws.rs")
|
||||
}
|
||||
}
|
||||
library("Jakarta XML Bind", "4.0.5") {
|
||||
library("Jakarta XML Bind", "4.0.4") {
|
||||
alignWith {
|
||||
version {
|
||||
of "jakarta.xml.bind:jakarta.xml.bind-api"
|
||||
|
||||
Reference in New Issue
Block a user