From 99f7bc1abaf4ef9fd54806c92898db008f6d6c20 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 26 Jan 2021 17:30:03 -0800 Subject: [PATCH] Build against Spring Data 2020.0.4-SNAPSHOT See 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 de3c54d5d46c..a891256d6908 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") { + library("Spring Data Bom", "2020.0.4-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"