From e5cdf819a08c99f09ab820a96e31324dfd453e60 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Sep 2021 09:59:06 +0100 Subject: [PATCH] Upgrade to Spring Data 2021.0.5 Closes gh-27917 --- 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 035ab48b1abd..8e9e3acf06b5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1649,7 +1649,7 @@ bom { ] } } - library("Spring Data Bom", "2021.0.5-SNAPSHOT") { + library("Spring Data Bom", "2021.0.5") { group("org.springframework.data") { imports = [ "spring-data-bom"