From 10b66975dd6062923755b8140d1283428c62ee0f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Jun 2023 09:23:38 +0200 Subject: [PATCH] Upgrade to Glassfish JAXB 4.0.3 Closes gh-35880 --- 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 a2cddb55dc73..cbc50299c208 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.2") { + library("Glassfish JAXB", "4.0.3") { group("org.glassfish.jaxb") { imports = [ "jaxb-bom"