From 2485c05a50a190ebffec652b1eb64bc7f69b564c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Feb 2022 09:01:04 +0100 Subject: [PATCH] Upgrade to Glassfish JAXB 2.3.6 Closes gh-29769 --- 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 928d9bd3bd5..44f15037142 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -342,7 +342,7 @@ bom { ] } } - library("Glassfish JAXB", "2.3.5") { + library("Glassfish JAXB", "2.3.6") { prohibit("[3.0.0-M1,)") { because "it uses the jakarta.* namespace" }