From 93204ad8ba15a504ee07d171577b63861f9216ab Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Jan 2023 13:07:28 +0000 Subject: [PATCH 1/3] Upgrade to Spring AMQP 2.4.9 Closes gh-33790 --- 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 0c18279d846..ac6c61913fe 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1716,7 +1716,7 @@ bom { ] } } - library("Spring AMQP", "2.4.9-SNAPSHOT") { + library("Spring AMQP", "2.4.9") { prohibit { versionRange "[3.0.0-M1,)" because "it uses Spring Framework 6" From 03a0b305378375d42fb77d8bb3dea0287e7755e1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Jan 2023 13:08:32 +0000 Subject: [PATCH 2/3] Upgrade to Spring Data 2021.2.7 Closes gh-33788 --- 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 ac6c61913fe..b16fa667c4d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1745,7 +1745,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.7-SNAPSHOT") { + library("Spring Data Bom", "2021.2.7") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6" From 97d4988821b527b492ab6cfa1daccd93772e45d0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Jan 2023 13:09:08 +0000 Subject: [PATCH 3/3] Upgrade to Spring WS 3.5.1 Closes gh-33789 --- 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 b16fa667c4d..9a4bbc74cfd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1860,7 +1860,7 @@ bom { ] } } - library("Spring WS", "3.1.5-SNAPSHOT") { + library("Spring WS", "3.1.5") { prohibit { versionRange "[4.0.0-M1,)" because "it uses Spring Framework 6"