From 78bf7b640c29630a554d844176c49739a8ef9a1e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Oct 2022 12:37:39 +0100 Subject: [PATCH 1/2] Start building against Spring Data 2021.1.9 snapshots See gh-32588 --- 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 ab1d85efc5..78b978c693 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1701,7 +1701,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.8-SNAPSHOT") { + library("Spring Data Bom", "2021.1.9-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From c9b929bd89056b0c224a00b8950d7e522b26f170 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Oct 2022 12:39:12 +0100 Subject: [PATCH 2/2] Starting building against Spring Data 2021.2.5 snapshots See gh-32595 --- 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 69b2ead233..73d8c47fe1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1674,7 +1674,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.4-SNAPSHOT") { + library("Spring Data Bom", "2021.2.5-SNAPSHOT") { prohibit("[2022.0.0-M1,)") { because "it uses Spring Framework 6" }