From 745b79714f3f3b1ce1e7c5a9d04fa66155f3c4d8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 8 Jul 2021 08:51:29 +0200 Subject: [PATCH] Start building against Spring Data 2021.0.3 snapshots See gh-27164 --- 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 0e96230f8e..7534411db2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1649,7 +1649,7 @@ bom { ] } } - library("Spring Data Bom", "2021.0.2") { + library("Spring Data Bom", "2021.0.3-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"