From 0e1417935dc8fa82adda533da2ac4efaebd698c6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Jun 2022 07:40:51 +0200 Subject: [PATCH] Start building against Reactor 2020.0.20 snapshots See gh-31371 --- 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 80c5e5f9e6ae..6dec8ffeb54a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1432,7 +1432,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.19") { + library("Reactor Bom", "2020.0.20-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom"