From 65e2c20ca8ec41e0ab2dfc6d403cb9e5ee7f70be Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 09:38:00 +0200 Subject: [PATCH] Start building against Spring Data 2021.1.4 snapshots See gh-30602 --- 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 4ded8bf5ec4..a8968856754 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1692,7 +1692,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.3") { + library("Spring Data Bom", "2021.1.4-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"