From bc3ee5b232774ef7180487f97f49a9d0b42052ba Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 5 Feb 2020 20:36:23 +0000 Subject: [PATCH] Upgrade to RSocket 1.0.0-RC6 Closes gh-20048 --- 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 f75f1e6100..213028397b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1378,7 +1378,7 @@ bom { ] } } - library("RSocket", "1.0.0-RC5") { + library("RSocket", "1.0.0-RC6") { group("io.rsocket") { imports = [ "rsocket-bom"