From 3000cfd67ee9feed7d99d93da27442bc9fbdef75 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:33:36 +0000 Subject: [PATCH] Upgrade to Glassfish JAXB 4.0.4 Closes gh-38456 --- 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 0e159d246bd..bc8de0009dc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -306,7 +306,7 @@ bom { ] } } - library("Glassfish JAXB", "4.0.3") { + library("Glassfish JAXB", "4.0.4") { group("org.glassfish.jaxb") { imports = [ "jaxb-bom"