From 63268f33fe646339b706439a1d77cb09c27d23f8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Sep 2020 08:50:56 +0200 Subject: [PATCH] Upgrade to RSocket 1.1.0-M2 Closes gh-23214 --- 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 84439256571..d467d1930ae 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1344,7 +1344,7 @@ bom { ] } } - library("RSocket", "1.1.0-SNAPSHOT") { + library("RSocket", "1.1.0-M2") { group("io.rsocket") { imports = [ "rsocket-bom"