From 274ac907d2276c517092b7bc3a8b740dd6bc4001 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Nov 2023 16:59:54 +0000 Subject: [PATCH] Start building against Reactor Bom 2020.0.38 snapshots See gh-38280 --- 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 5f23baf09c9..ad304648dd8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1480,7 +1480,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.37") { + library("Reactor Bom", "2020.0.38-SNAPSHOT") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") {