From b4e97b73a6d481fd2404b2aae85aaaede74920c8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Sep 2022 08:29:26 +0200 Subject: [PATCH] Start building against Spring Data 2021.1.7 snapshots See gh-32268 --- 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 76f5e7589d7b..51f87cf477cb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1701,7 +1701,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.6") { + library("Spring Data Bom", "2021.1.7-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"