From ae0767d345aeed4f4ba05a11f23564a16b690ee2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Apr 2023 15:54:41 +0200 Subject: [PATCH 1/3] Upgrade to Spring Data Bom 2021.2.11 Closes gh-34902 --- 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 70f7f4f433..a3b4cf1b41 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1739,7 +1739,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.11-SNAPSHOT") { + library("Spring Data Bom", "2021.2.11") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6" From 86edeb944487308b74815845c648725ecd15d5ed Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Apr 2023 15:56:36 +0200 Subject: [PATCH 2/3] Upgrade to Spring Data Bom 2022.0.5 Closes gh-34903 --- 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 336765a53c..278537d48d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1348,7 +1348,7 @@ bom { ] } } - library("Spring Data Bom", "2022.0.5-SNAPSHOT") { + library("Spring Data Bom", "2022.0.5") { group("org.springframework.data") { imports = [ "spring-data-bom" From 41402b39840812eafa75d264473c83aed8c8c2ae Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Apr 2023 15:57:29 +0200 Subject: [PATCH 3/3] Start building against Spring Integration 6.0.5 snapshots See gh-35012 --- 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 278537d48d..f965dd49d3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1377,7 +1377,7 @@ bom { ] } } - library("Spring Integration", "6.0.4") { + library("Spring Integration", "6.0.5-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"