Update RSocket Sample to use RSocket 1.0.1

Fixes the integration tests from hanging.

Issue gh-8664
This commit is contained in:
Rob Winch 2020-06-10 10:08:50 -05:00
parent da4b626bf1
commit 6fbe58e624
1 changed files with 2 additions and 0 deletions

View File

@ -9,3 +9,5 @@ dependencies {
testCompile project(':spring-security-test')
testCompile 'org.springframework.boot:spring-boot-starter-test'
}
ext['rsocket.version'] = '1.0.1'