From 5d1ae23733076259a76a9a1eb241394278d60c97 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 9 Sep 2021 15:56:57 +0200 Subject: [PATCH] Start building against Spring Data 2021.0.5 snapshots See gh-27917 --- 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 e5e01d02999b..a8b87255caa6 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.4") { + library("Spring Data Bom", "2021.0.5-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"