From fb3f97a4fad4a90d3bf8c81a1d6c2ff1fb68cf3a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 13:22:52 +0000 Subject: [PATCH] Upgrade to Glassfish JAXB 4.0.4 Closes gh-38438 --- 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 6e32dc0c37..662fb59936 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -270,7 +270,7 @@ bom { ] } } - library("Glassfish JAXB", "4.0.3") { + library("Glassfish JAXB", "4.0.4") { group("org.glassfish.jaxb") { imports = [ "jaxb-bom"