From 62a84487c9a4917171dce0001593314f20dfcd11 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 8 Sep 2022 08:58:52 +0100 Subject: [PATCH] Start building against Spring Data 2022.0.0-M6 snapshots See gh-32254 --- 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 113a7f8a65..753bb1d199 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1407,7 +1407,7 @@ bom { ] } } - library("Spring Data Bom", "2022.0.0-M5") { + library("Spring Data Bom", "2022.0.0-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"