From c9718e7326f4012d242b2a1d51f443f6277ce588 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 14:53:34 +0000 Subject: [PATCH] Upgrade to Glassfish JAXB 4.0.2 Closes gh-34259 --- 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 129e680ab4..a9c38a39a6 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.1") { + library("Glassfish JAXB", "4.0.2") { group("org.glassfish.jaxb") { imports = [ "jaxb-bom"