From 454ea44c39f4500c893fc599d5eb315884a5ca68 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 13 Aug 2021 11:08:10 +0200 Subject: [PATCH] Upgrade to Spring Data 2021.0.4 Closes gh-27633 --- 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 00604d6a21a..a7cd10cb70e 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.4-SNAPSHOT") { + library("Spring Data Bom", "2021.0.4") { group("org.springframework.data") { imports = [ "spring-data-bom"