From 4561f068aa3b629084eb79a7e60dfc03d8b53a43 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 27 Oct 2020 15:10:49 +0100 Subject: [PATCH] Upgrade to Rsocket 1.1.0 Closes gh-23912 --- 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 4a45efd7e0..20178a1b95 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-RC1") { + library("RSocket", "1.1.0") { group("io.rsocket") { imports = [ "rsocket-bom"