From c680a892fe74aabd2f5318f4a6e9d84be35b1e96 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 5 Jun 2023 11:21:40 +0100 Subject: [PATCH] Start building against Spring Data Bom 2021.2.13 snapshots See gh-35728 --- 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 2a0c7b195a6..58c61eef4e8 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.12") { + library("Spring Data Bom", "2021.2.13-SNAPSHOT") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6"