From 77bb7f61396e82ab99e0416d7d0987c8b3490f69 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 14 May 2021 13:50:31 +0100 Subject: [PATCH] Upgrade to Spring Data 2020.0.9 Closes gh-26381 --- 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 f59973b79d0..a3bb45ff5da 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.9-SNAPSHOT") { + library("Spring Data Bom", "2020.0.9") { group("org.springframework.data") { imports = [ "spring-data-bom"