From f7ccd00d7923ab57f94c0242d60003d66693895e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 31 Oct 2023 08:39:51 +0000 Subject: [PATCH] Upgrade to Glassfish JAXB 4.0.4 Closes gh-38128 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 5b21379042..4ce62b509e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -309,7 +309,7 @@ bom { ] } } - library("Glassfish JAXB", "4.0.3") { + library("Glassfish JAXB", "4.0.4") { group("org.glassfish.jaxb") { imports = [ "jaxb-bom"