From 3e0829cd476f5fe856b4ec66a1e37edeb40c3bb6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jul 2021 10:21:21 +0100 Subject: [PATCH] Upgrade to Spring Data 2020.0.11 Closes gh-27161 --- 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 68a15e232a7..2c85e78b0d7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1564,7 +1564,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.11-SNAPSHOT") { + library("Spring Data Bom", "2020.0.11") { group("org.springframework.data") { imports = [ "spring-data-bom"