From e39121564331ae6a3cf29ec82ca88567ff0928a6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Mar 2022 17:10:14 +0100 Subject: [PATCH] Start building against Spring Data 2021.0.10 snapshots See gh-30172 --- 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 636fa5ff50e..676596e0138 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1708,7 +1708,7 @@ bom { ] } } - library("Spring Data Bom", "2021.0.9") { + library("Spring Data Bom", "2021.0.10-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"