From bbdb74bff08008b044356acdbd0907bf378f6624 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Oct 2021 07:47:37 +0200 Subject: [PATCH] Start building against Spring Data 2021.0.6 snapshots See gh-28244 --- 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 acfa9426ca..f6e339ae22 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.5") { + library("Spring Data Bom", "2021.0.6-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"