From 04079fca69c49b954eaae9f3d9e312e392a147f1 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Wed, 27 May 2020 14:31:05 -0600 Subject: [PATCH] Update to Latest rsocket-core Now that the RSocket Authentication Extension is GA, it's no longer necessary to override the version locally in the sample. Issue gh-7935 --- .../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 b2fdafe9fdf..f2b788a0e27 100644 --- a/samples/boot/hellorsocket/spring-security-samples-boot-hellorsocket.gradle +++ b/samples/boot/hellorsocket/spring-security-samples-boot-hellorsocket.gradle @@ -1,7 +1,5 @@ apply plugin: 'io.spring.convention.spring-sample-boot' -ext['rsocket.version'] = '1.0.0-RC6' - dependencies { compile project(':spring-security-core') compile project(':spring-security-config')