From eb6f48cfbc967c643b5110b924bfc55447296a0f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Nov 2022 18:39:03 +0100 Subject: [PATCH] Upgrade to Spring Data 2022.0.0 Closes 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 7446de4393a5..25bf4531a9c3 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-SNAPSHOT") { + library("Spring Data Bom", "2022.0.0") { group("org.springframework.data") { imports = [ "spring-data-bom"