From 9ff17edb7842cb8252eecfb6d811c99d862e2a4e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Oct 2021 19:17:20 +0100 Subject: [PATCH] Upgrade to Spring Data 2021.1.0-RC1 Closes gh-28255 --- 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 d3bd0d01ed5..f653f7ca739 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1635,7 +1635,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.0-SNAPSHOT") { + library("Spring Data Bom", "2021.1.0-RC1") { group("org.springframework.data") { imports = [ "spring-data-bom"