From 05ae5a713706c5db048c06616a23273cea606e9f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Feb 2023 16:05:30 +0000 Subject: [PATCH] Start building against Spring Data Bom 2022.0.2 snapshots See gh-34151 --- 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 e0691e48a7..34bebec500 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1348,7 +1348,7 @@ bom { ] } } - library("Spring Data Bom", "2022.0.1") { + library("Spring Data Bom", "2022.0.2-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"