Browse Source

Upgrade to RSocket 1.0.4

Closes gh-25972
pull/27078/head
Stephane Nicoll 5 years ago
parent
commit
4e0733e363
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1453,7 +1453,7 @@ bom {
] ]
} }
} }
library("RSocket", "1.0.3") { library("RSocket", "1.0.4") {
group("io.rsocket") { group("io.rsocket") {
imports = [ imports = [
"rsocket-bom" "rsocket-bom"

Loading…
Cancel
Save