From 1b8002684abd6157260a262a573ca8065a3e0a2f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Aug 2023 16:36:14 +0200 Subject: [PATCH] Upgrade to Spring Data Bom 2022.0.9 Closes 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 06cf439778..cf4e01b87b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1352,7 +1352,7 @@ bom { ] } } - library("Spring Data Bom", "2022.0.9-SNAPSHOT") { + library("Spring Data Bom", "2022.0.9") { group("org.springframework.data") { imports = [ "spring-data-bom"