From 72202ab19afc46b188ae7c3feb82b2825deb18fa Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 1 Nov 2022 11:40:08 +0000 Subject: [PATCH] Start building against Reactor Bom 2022.0.0 snapshots See gh-32939 --- 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 3e4c2c9945f..cb008e9888c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1237,7 +1237,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.0-RC1") { + library("Reactor Bom", "2022.0.0-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom"