From ad7d40b11f37e22745cb0fb4d5a107bfbcc02b7d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 10 Aug 2021 08:33:47 +0200 Subject: [PATCH] Start building against Spring Data 2021.1.0-M2 snapshots See gh-27608 --- 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 a222d7e93df..6d2c25012b2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1659,7 +1659,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.0-M1") { + library("Spring Data Bom", "2021.1.0-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"