From b05f435b275a7b74f8dad70ae3f02088cc03180d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jan 2022 16:53:02 +0100 Subject: [PATCH] Start building against Spring Data 2021.1.1 snapshots See gh-29317 --- 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 8edff7de2b..3b410b4963 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1641,7 +1641,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.0") { + library("Spring Data Bom", "2021.1.1-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"