From a2695f215c8400762dceb82d6b338346c0f666a2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 Feb 2021 11:29:22 +0000 Subject: [PATCH] Upgrade to Spring Data 2020.0.5 Closes gh-25002 --- 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 1a784918cc35..1d98f19df6bb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1558,7 +1558,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.5-SNAPSHOT") { + library("Spring Data Bom", "2020.0.5") { group("org.springframework.data") { imports = [ "spring-data-bom"