From eae3453dfd647cb12be21e9642911c0efa5a64e2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:44:22 +0200 Subject: [PATCH] Upgrade to Glassfish JAXB 4.0.3 Closes gh-35829 --- 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 ec7e470133b..301f4e550df 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.2") { + library("Glassfish JAXB", "4.0.3") { group("org.glassfish.jaxb") { imports = [ "jaxb-bom"