Browse Source

Upgrade to Glassfish JAXB 2.3.4

Closes gh-26536
pull/26586/head
Andy Wilkinson 5 years ago
parent
commit
53e178e1c4
  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.3") {
library("Glassfish JAXB", "2.3.4") {
prohibit("[3.0.0-M1,)") {
because "it uses the jakarta.* namespace"
}

Loading…
Cancel
Save