From 6fbe58e624aa46e8045c5192365edb1b15be6ec9 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 10 Jun 2020 10:08:50 -0500 Subject: [PATCH] Update RSocket Sample to use RSocket 1.0.1 Fixes the integration tests from hanging. Issue gh-8664 --- .../spring-security-samples-boot-hellorsocket.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/boot/hellorsocket/spring-security-samples-boot-hellorsocket.gradle b/samples/boot/hellorsocket/spring-security-samples-boot-hellorsocket.gradle index f2b788a0e2..714fb3b6ff 100644 --- a/samples/boot/hellorsocket/spring-security-samples-boot-hellorsocket.gradle +++ b/samples/boot/hellorsocket/spring-security-samples-boot-hellorsocket.gradle @@ -9,3 +9,5 @@ dependencies { testCompile project(':spring-security-test') testCompile 'org.springframework.boot:spring-boot-starter-test' } + +ext['rsocket.version'] = '1.0.1'