From 78bf7b640c29630a554d844176c49739a8ef9a1e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Oct 2022 12:37:39 +0100 Subject: [PATCH] Start building against Spring Data 2021.1.9 snapshots See gh-32588 --- 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 ab1d85efc59..78b978c6935 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1701,7 +1701,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.8-SNAPSHOT") { + library("Spring Data Bom", "2021.1.9-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"