From f32923da1a052921e94011b35086555163e5c44d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 08:11:07 +0200 Subject: [PATCH] Start building against Spring Data Bom 2021.2.12 snapshots See gh-35292 --- 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 e455e6171a2..107f899d7dc 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") { + library("Spring Data Bom", "2021.2.12-SNAPSHOT") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6"