From 6c1e194dd41de7a66873f51d7ffbf9a142bfc250 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 12 Mar 2022 12:02:24 +0100 Subject: [PATCH] Start building against Spring Data 2021.2.0-M4 snapshots See gh-30185 --- 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 141b68b122c..f59479c3f7e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1668,7 +1668,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.0-M3") { + library("Spring Data Bom", "2021.2.0-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"