From 740e8c0b85113281d9cb3059cbb673b8de70127f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 10:41:21 +0200 Subject: [PATCH] Start building against Spring Data Bom 2022.0.9 snapshots See gh-36834 --- 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 405d5be16c..e95ef764e9 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.8") { + library("Spring Data Bom", "2022.0.9-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"