Browse Source

Upgrade to RSocket 1.1.2

Closes gh-30679
pull/30692/head
Stephane Nicoll 4 years ago
parent
commit
ded1810bd1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1495,7 +1495,7 @@ bom {
] ]
} }
} }
library("RSocket", "1.1.1") { library("RSocket", "1.1.2") {
group("io.rsocket") { group("io.rsocket") {
imports = [ imports = [
"rsocket-bom" "rsocket-bom"

Loading…
Cancel
Save