From f87101ae22abde057faf63e068e44a64e85ff2d6 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Wed, 7 Oct 2020 15:26:54 -0600 Subject: [PATCH] Update RSocket Sample to RSocket 1.1.0-M2 Closes gh-9112 --- .../spring-security-samples-boot-hellorsocket.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/boot/hellorsocket/spring-security-samples-boot-hellorsocket.gradle b/samples/boot/hellorsocket/spring-security-samples-boot-hellorsocket.gradle index 714fb3b6ff..f2b788a0e2 100644 --- a/samples/boot/hellorsocket/spring-security-samples-boot-hellorsocket.gradle +++ b/samples/boot/hellorsocket/spring-security-samples-boot-hellorsocket.gradle @@ -9,5 +9,3 @@ dependencies { testCompile project(':spring-security-test') testCompile 'org.springframework.boot:spring-boot-starter-test' } - -ext['rsocket.version'] = '1.0.1'