From a3990f16b9b4403860041ebd1fc90764e670540b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 3 Jul 2023 15:41:15 +0100 Subject: [PATCH] Start building against Spring Data Bom 2021.2.14 snapshots See gh-36173 --- 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 e4ce01285db..2fb650b1cb9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1743,7 +1743,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.13") { + library("Spring Data Bom", "2021.2.14-SNAPSHOT") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6"