From 043ba0c2586f60f6633004e367dff3a6b04fe284 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 16:29:59 +0000 Subject: [PATCH] Upgrade to Glassfish JAXB 4.0.2 Closes gh-34279 --- 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 f67b167dc4d..9bc096bc90d 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"