Browse Source

Upgrade to Glassfish JAXB 2.3.6

Closes gh-29769
pull/29762/head
Stephane Nicoll 4 years ago
parent
commit
2485c05a50
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -342,7 +342,7 @@ bom { @@ -342,7 +342,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