From 5c995a2d9b14ff838be68d4266d82e4b88d506f6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 Nov 2021 10:06:27 +0100 Subject: [PATCH] Start building against Spring Data 2020.0.15 snapshots See gh-28508 --- 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 61639d8ca15..e74e5d42a10 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1571,7 +1571,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.14") { + library("Spring Data Bom", "2020.0.15-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"