From 261d7bae17df7d4016e1cf154bcf10896f84497b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 13:13:36 +0100 Subject: [PATCH] Start building against Spring Data 2022.0.0 snapshots See gh-33140 --- 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 929a2dec8aa..39e60d01009 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1350,7 +1350,7 @@ bom { ] } } - library("Spring Data Bom", "2022.0.0-RC2") { + library("Spring Data Bom", "2022.0.0-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"