From 11be60357e182acb3c4fb24a08833fa47256beb7 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Thu, 6 Oct 2022 17:27:41 -0600 Subject: [PATCH] Update rSocket hello-security to SNAPSHOTs --- reactive/rsocket/hello-security/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reactive/rsocket/hello-security/build.gradle b/reactive/rsocket/hello-security/build.gradle index 561550e..5cf144b 100644 --- a/reactive/rsocket/hello-security/build.gradle +++ b/reactive/rsocket/hello-security/build.gradle @@ -11,6 +11,11 @@ repositories { maven { url "https://repo.spring.io/snapshot" } } +ext["reactor.version"] = "3.5.0-SNAPSHOT" +ext["reactor-netty.version"] = "1.1.0-SNAPSHOT" +ext["spring.version"] = "6.0.0-SNAPSHOT" +ext["micrometer.version"] = "1.10.0-SNAPSHOT" + dependencies { implementation 'org.springframework.boot:spring-boot-starter-security' implementation 'org.springframework.boot:spring-boot-starter-rsocket'