From 0a23cca0188e4096bf7823921cac376a80dd3ed6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Feb 2023 14:52:13 +0000 Subject: [PATCH] Start building against Reactor Bom 2020.0.28 snapshots See gh-34142 --- 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 3c72c80cf6..404d9e0af2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1486,7 +1486,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.27") { + library("Reactor Bom", "2020.0.28-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom"