Browse Source

Upgrade to RSocket 1.1.0-RC1

Closes gh-23637
pull/23694/head
Stephane Nicoll 5 years ago
parent
commit
b4167b17c6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1344,7 +1344,7 @@ bom { @@ -1344,7 +1344,7 @@ bom {
]
}
}
library("RSocket", "1.1.0-M2") {
library("RSocket", "1.1.0-RC1") {
group("io.rsocket") {
imports = [
"rsocket-bom"

Loading…
Cancel
Save