From b93263ec3cf29c3b842f0022142ceb6665a543ee Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 10 May 2021 12:41:37 +0200 Subject: [PATCH] Start building against Spring Data 2021.0.1 snapshots See gh-26382 --- 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 2b917ba960..6f3af5a5e5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1643,7 +1643,7 @@ bom { ] } } - library("Spring Data Bom", "2021.0.0") { + library("Spring Data Bom", "2021.0.1-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"