From 16dbdc5d887414c36d2b8da091cc589cf46b2304 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Oct 2021 12:28:20 +0100 Subject: [PATCH] Upgrade to Spring Data 2021.0.6 Closes gh-28244 --- 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 09d3854abb..7e2b641250 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1656,7 +1656,7 @@ bom { ] } } - library("Spring Data Bom", "2021.0.6-SNAPSHOT") { + library("Spring Data Bom", "2021.0.6") { group("org.springframework.data") { imports = [ "spring-data-bom"