From 7eb1acb5e12938d922f416b68b8bb8032764b024 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 Nov 2021 11:10:08 +0100 Subject: [PATCH] Start building against Spring Data 2021.1.0 snapshots See gh-28517 --- 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 4301acdb1f5a..be38d18c4f49 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1635,7 +1635,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.0-RC1") { + library("Spring Data Bom", "2021.1.0-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"