From 1aa99b1549e6afddb7b6c8941b27290c3d7b7b79 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 19 Jun 2021 11:07:34 +0200 Subject: [PATCH] Start building against Spring Data 2021.0.2 snapshots See gh-26970 --- 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 452b2d05b5..5ab522764b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1643,7 +1643,7 @@ bom { ] } } - library("Spring Data Bom", "2021.0.1") { + library("Spring Data Bom", "2021.0.2-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"