From f1af6ff469b9b8285ed628f0ec43327a2b2a6294 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:09:45 +0100 Subject: [PATCH] Start building against Reactor Bom 2022.0.12 snapshots See gh-37680 --- 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 510e581742..65d62b5d42 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1172,7 +1172,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.11") { + library("Reactor Bom", "2022.0.12-SNAPSHOT") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") {