From d888eb64de3cb92a9f77fc1ffff62420dd041d75 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 12 Aug 2021 09:01:22 +0200 Subject: [PATCH 1/2] Start building against Spring Data 2020.0.12 snapshots See gh-27632 --- 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 502adcf8d6..112ac5c0fe 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1564,7 +1564,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.11") { + library("Spring Data Bom", "2020.0.12-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From 79462fa2dada3d7fe6b3905455605f2505821cdc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 12 Aug 2021 09:02:14 +0200 Subject: [PATCH 2/2] Start building against Spring Data 2021.0.4 snapshots See gh-27633 --- 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 16704e5440..3ed62fc94d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1649,7 +1649,7 @@ bom { ] } } - library("Spring Data Bom", "2021.0.3") { + library("Spring Data Bom", "2021.0.4-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"