From 2b2f23ef9ccb7b2c8700d6771eaea65b9e546714 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Oct 2022 09:05:00 +0200 Subject: [PATCH] Start building against Spring Data 2021.1.8 snapshots See gh-32588 --- 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 d23ad37d8c4..1f556d6e6f7 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.7") { + library("Spring Data Bom", "2021.1.8-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"