From 82100fa7aa02f215516941c9ec06c4d6702e8f3b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 5 Apr 2023 14:12:43 +0200 Subject: [PATCH] Start building against Reactor Bom 2022.0.6 snapshots See gh-34864 --- 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 580a9807eb..f813d0dbc9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1145,7 +1145,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.5") { + library("Reactor Bom", "2022.0.6-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom"