From 152de5f55ef893623649e1a40990fc9df3df35c8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Jan 2023 12:45:42 +0000 Subject: [PATCH] Start building against Spring Data 2021.2.7 snapshots See gh-33788 --- 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 2b1bd221e65..603abb4e73d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1692,7 +1692,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.6") { + library("Spring Data Bom", "2021.2.7-SNAPSHOT") { prohibit("[2022.0.0-M1,)") { because "it uses Spring Framework 6" }