From 1ce07cfe2b06de278840d3f7b6d85dead11a3992 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Feb 2022 09:35:25 +0100 Subject: [PATCH] Start building against Spring Data 2021.1.2 snapshots See gh-29721 --- 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 0bbe6029fc6e..bf39a2cfc1de 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1641,7 +1641,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.1") { + library("Spring Data Bom", "2021.1.2-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"