From dbdb5f40eeea4bc4237037e22a90759a0cb9f6cc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Sep 2022 08:35:34 +0200 Subject: [PATCH] Start building against Spring Data 2021.2.3 snapshots See gh-32275 --- 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 588dda1fba4e..1163bb344724 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.2") { + library("Spring Data Bom", "2021.2.3-SNAPSHOT") { prohibit("[2022.0.0-M1,)") { because "it uses Spring Framework 6" }