From 17fdd5a79f5719bbca7254c90d35cf69c2f92ebe Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 6 May 2021 16:42:45 +0200 Subject: [PATCH 1/2] Start building against Reactor 2020.0.7 snapshots See gh-26358 --- 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 0b91803175..aecc09b0cf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1322,7 +1322,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.6") { + library("Reactor Bom", "2020.0.7-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 3a596ed13056e95cfdf0a758fe9fc4dbe875d585 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 6 May 2021 16:43:17 +0200 Subject: [PATCH 2/2] Start building against Spring Framework 5.3.7 snapshots See gh-26360 --- 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 aecc09b0cf..97dabe7d48 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1565,7 +1565,7 @@ bom { ] } } - library("Spring Framework", "5.3.6") { + library("Spring Framework", "5.3.7-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"