From d22c0a22c39ce6e75e59f26d050e6c2eb89efc34 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Jun 2022 12:53:06 +0200 Subject: [PATCH] Start building against Spring Data 2021.1.5 snapshots See gh-31349 --- 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 62a154dcc0c..208d2c19bc4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1694,7 +1694,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.4") { + library("Spring Data Bom", "2021.1.5-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"