From 64d706026d68dd4a9b5ed58926d32bd4fcf6d3e1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 12 Mar 2022 11:50:59 +0100 Subject: [PATCH] Start building against Spring Data 2021.1.3 snapshots See gh-30179 --- 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 98a824b27e56..9f920b6a3751 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1692,7 +1692,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.2") { + library("Spring Data Bom", "2021.1.3-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"