From 04f55ada44a5ca0acd67882ea8f4f4b4dd6139d7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 8 Sep 2023 14:13:08 +0100 Subject: [PATCH] Start building against Reactor Bom 2022.0.11 snapshots See gh-37263 --- 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 243015d89f..fb2d713738 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1214,7 +1214,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.10") { + library("Reactor Bom", "2022.0.11-SNAPSHOT") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") {