From b2659f5da80e225c120fed0e2e030ae7884a0d2d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Feb 2022 08:20:28 +0100 Subject: [PATCH] Start building against Spring Data 2021.2.0-M3 snapshots See gh-29765 --- 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 05d9b577f04..1cb95725cff 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1657,7 +1657,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.0-M2") { + library("Spring Data Bom", "2021.2.0-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"