From 4ab19c3cfb398c73969a0b88d68f474c237a794e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Jan 2020 09:24:43 +0100 Subject: [PATCH] Upgrade to Reactor Dysprosium-SR4 Closes gh-19809 --- 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 faef8c49be..14c0c4ac3a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1403,7 +1403,7 @@ bom { ] } } - library('Reactor Bom', 'Dysprosium-SR3') { + library('Reactor Bom', 'Dysprosium-SR4') { group('io.projectreactor') { imports = [ 'reactor-bom'