From 4873671adac00e19448eb31cd704d7e0b78b7c28 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 08:56:16 +0100 Subject: [PATCH] Start building against Spring Data 2021.1.10 snapshots See gh-33125 --- 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 8b0bd559e27..da8865f883c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1711,7 +1711,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.9") { + library("Spring Data Bom", "2021.1.10-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"