From 854d8723cc9f57993b1e5c6f35043237d13afff0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 13 Nov 2021 16:22:40 +0100 Subject: [PATCH] Upgrade to Spring Data 2021.1.0 Closes gh-28517 --- 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 6bb45adc5259..f96377aa1b06 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1642,7 +1642,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.0-SNAPSHOT") { + library("Spring Data Bom", "2021.1.0") { group("org.springframework.data") { imports = [ "spring-data-bom"