Browse Source

Upgrade to Glassfish JAXB 2.3.5

Closes gh-27677
pull/28375/head
Stephane Nicoll 4 years ago
parent
commit
fb17f6e085
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save