Skip to content

Commit ce56740

Browse files
committed
Merge branch '4.0.x'
See gh-49170 Closes gh-49200
2 parents 0c8f955 + 67c38b9 commit ce56740

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

platform/spring-boot-dependencies/build.gradle

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,14 @@ bom {
948948
.formatted(version.major(), version.minor()), "jakarta.ws.rs")
949949
}
950950
}
951-
library("Jakarta XML Bind", "4.0.5") {
951+
library("Jakarta XML Bind", "4.0.4") {
952+
alignWith {
953+
version {
954+
of "jakarta.xml.bind:jakarta.xml.bind-api"
955+
from "org.glassfish.jaxb:jaxb-core"
956+
managedBy "Glassfish JAXB"
957+
}
958+
}
952959
group("jakarta.xml.bind") {
953960
modules = [
954961
"jakarta.xml.bind-api"

0 commit comments

Comments
 (0)