Browse Source

Upgrade to Glassfish JAXB 2.3.6

Closes gh-29835
pull/29884/head
Stephane Nicoll 4 years ago
parent
commit
bc112fe61b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -354,7 +354,7 @@ bom { @@ -354,7 +354,7 @@ bom {
]
}
}
library("Glassfish JAXB", "2.3.5") {
library("Glassfish JAXB", "2.3.6") {
prohibit("[3.0.0-M1,)") {
because "it uses the jakarta.* namespace"
}

Loading…
Cancel
Save