From 2598417d3dd6fb9570fa36f153fe840f7fd262b5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 May 2023 18:43:09 +0100 Subject: [PATCH] Upgrade to RSocket 1.1.3 Closes gh-35494 --- 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 c3607820cd3..5824d5bcd35 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1496,7 +1496,7 @@ bom { ] } } - library("RSocket", "1.1.2") { + library("RSocket", "1.1.3") { group("io.rsocket") { imports = [ "rsocket-bom"