Skip to content

Commit a9c10d4

Browse files
committed
Rollback to JAXB API 4.0.4 and enforce version alignment
See gh-49163 Fixes gh-49197
1 parent 5bc773b commit a9c10d4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,14 @@ bom {
923923
.formatted(version.major(), version.minor()), "jakarta.ws.rs")
924924
}
925925
}
926-
library("Jakarta XML Bind", "4.0.5") {
926+
library("Jakarta XML Bind", "4.0.4") {
927+
alignWith {
928+
version {
929+
of "jakarta.xml.bind:jakarta.xml.bind-api"
930+
from "org.glassfish.jaxb:jaxb-core"
931+
managedBy "Glassfish JAXB"
932+
}
933+
}
927934
group("jakarta.xml.bind") {
928935
modules = [
929936
"jakarta.xml.bind-api"

0 commit comments

Comments
 (0)