From 3aa835845ea2d6bfe845cc34b5e4a9bdec464e8d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Oct 2022 11:44:51 +0100 Subject: [PATCH] Upgrade to Glassfish JAXB 2.3.7 Closes gh-32787 --- 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 a4d0bcabe91e..e7be6a37acd7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -377,7 +377,7 @@ bom { ] } } - library("Glassfish JAXB", "2.3.6") { + library("Glassfish JAXB", "2.3.7") { prohibit("[3.0.0-M1,)") { because "it uses the jakarta.* namespace" }