From 5a96f7d682e164c4eb295c994f4f8edaa126dfb6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Aug 2020 09:23:32 +0200 Subject: [PATCH] Upgrade to RSocket 1.1.0-M1 Closes gh-22751 --- 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 a0113539b74..d7bdd8de837 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1337,7 +1337,7 @@ bom { ] } } - library("RSocket", "1.1.0-SNAPSHOT") { + library("RSocket", "1.1.0-M1") { group("io.rsocket") { imports = [ "rsocket-bom"