From 9a48423a1d7cfc0664705e4c7aed4a54829befbb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 13 Jan 2021 17:50:18 +0100 Subject: [PATCH] Upgrade to Spring Data 2020.0.3 Closes gh-24700 --- 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 ad75cda6bcb3..88ec61216d8c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1557,7 +1557,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.3-SNAPSHOT") { + library("Spring Data Bom", "2020.0.3") { group("org.springframework.data") { imports = [ "spring-data-bom"