From 815ccd14b5cefe4a9ed5fd6f9e55c96ef4fd18df Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 8 Jul 2021 08:45:17 +0200 Subject: [PATCH] Start building against Spring Data 2020.0.11 snapshots See gh-27161 --- 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 4e83158e1c3..e30a9f1f503 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1564,7 +1564,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.10") { + library("Spring Data Bom", "2020.0.11-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"