From 6c801b9db9944edab26d22f5cc4ebf8da79cd2d4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 7 Oct 2021 09:05:35 +0200 Subject: [PATCH] Start building against Spring Data 2020.0.14 snapshots See gh-28225 --- 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 b1b0af78266..f6fd150951b 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.13") { + library("Spring Data Bom", "2020.0.14-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"