From 31f0a69469ac84d0244f63c1a1f909036c24a996 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 5 Jun 2023 17:41:31 +0100 Subject: [PATCH] Start building against Reactor Bom 2022.0.8 snapshots See gh-35736 --- 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 058eb8fb8c5..302ac07a3d5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1155,7 +1155,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.7") { + library("Reactor Bom", "2022.0.8-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom"