From 02760ffee41543e96e3dcbe2a2e1a9d660830bc4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Oct 2022 10:44:03 +0100 Subject: [PATCH 1/5] Upgrade to Dependency Management Plugin 1.0.15.RELEASE Closes gh-32784 --- 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 0e607eae12..919665638c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -237,7 +237,7 @@ bom { ] } } - library("Dependency Management Plugin", "1.0.14.RELEASE") { + library("Dependency Management Plugin", "1.0.15.RELEASE") { group("io.spring.gradle") { modules = [ "dependency-management-plugin" From 65bdcdb2a5be6c0d8b6643c02c8dbd288ea57745 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Oct 2022 10:44:06 +0100 Subject: [PATCH 2/5] Upgrade to Glassfish JAXB 2.3.7 Closes gh-32785 --- 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 919665638c..8670e9c787 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -356,7 +356,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" } From ba02a6474385939d9a03c44c5fd4f990f7969776 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Oct 2022 11:44:48 +0100 Subject: [PATCH 3/5] Upgrade to Dependency Management Plugin 1.0.15.RELEASE Closes gh-32786 --- 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 598fae94a0..a4d0bcabe9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -255,7 +255,7 @@ bom { ] } } - library("Dependency Management Plugin", "1.0.14.RELEASE") { + library("Dependency Management Plugin", "1.0.15.RELEASE") { group("io.spring.gradle") { modules = [ "dependency-management-plugin" From 3aa835845ea2d6bfe845cc34b5e4a9bdec464e8d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Oct 2022 11:44:51 +0100 Subject: [PATCH 4/5] 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 a4d0bcabe9..e7be6a37ac 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" } From 6f787c4b79e40c53f5a883f60a2a425b7480ac24 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 19 Oct 2022 11:44:54 +0100 Subject: [PATCH 5/5] Upgrade to Infinispan 13.0.12.Final Closes gh-32788 --- 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 e7be6a37ac..b564378b03 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -570,7 +570,7 @@ bom { ] } } - library("Infinispan", "13.0.11.Final") { + library("Infinispan", "13.0.12.Final") { group("org.infinispan") { imports = [ "infinispan-bom"