From a9eb2a550177c8d889d7fb8282b3cf8fd7c90c0f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 13:33:22 +0000 Subject: [PATCH] Upgrade to Glassfish JAXB 2.3.8 Closes gh-34242 --- 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 7ed7dba1cd3..f8c1f2b60ac 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -386,7 +386,7 @@ bom { ] } } - library("Glassfish JAXB", "2.3.7") { + library("Glassfish JAXB", "2.3.8") { prohibit { versionRange "[3.0.0-M1,)" because "it uses the jakarta.* namespace"