From ed25d2409d3695a8c77f796aef1c3aa79e4c8b8c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Oct 2021 08:54:18 +0200 Subject: [PATCH] Start building against Spring Data 2021.1.0-RC1 snapshots See gh-28255 --- 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 8202967735..440360ee77 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1627,7 +1627,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.0-M3") { + library("Spring Data Bom", "2021.1.0-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"