From b462feaa587da2997c3abed3c1ca6c2127927576 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Jun 2021 18:20:02 +0200 Subject: [PATCH] Start building against Spring Data 2020.0.10 snapshots See gh-26963 --- 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 9821756de60..de6933245ac 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1558,7 +1558,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.9") { + library("Spring Data Bom", "2020.0.10-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"