Use most recent RSocket RC for M2 release

This commit is contained in:
Rossen Stoyanchev 2019-05-08 20:34:22 -04:00
parent 8b08b6812a
commit 06c3a058f4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ dependencyManagement {
}
}
def rsocketVersion = "0.12.2-RC3-SNAPSHOT"
def rsocketVersion = "0.12.2-RC2"
dependencies {
compile(project(":spring-beans"))