Browse Source

Upgrade to Glassfish JAXB 4.0.5

Closes gh-39993
pull/40012/head
Andy Wilkinson 2 years ago
parent
commit
e04540e8b6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -419,7 +419,7 @@ bom { @@ -419,7 +419,7 @@ bom {
releaseNotes("https://github.com/git-commit-id/git-commit-id-maven-plugin/releases/tag/v{version}")
}
}
library("Glassfish JAXB", "4.0.4") {
library("Glassfish JAXB", "4.0.5") {
group("org.glassfish.jaxb") {
imports = [
"jaxb-bom"

Loading…
Cancel
Save