Przeglądaj źródła

Update rSocket hello-security to SNAPSHOTs

Josh Cummings 2 lat temu
rodzic
commit
11be60357e
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      reactive/rsocket/hello-security/build.gradle

+ 5 - 0
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'