Skip to content

Commit 4690f74

Browse files
committed
Upgrade to RSocket 0.2.12-RC4
1 parent 14e2c68 commit 4690f74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ext {
4040
log4jVersion = "2.11.2"
4141
nettyVersion = "4.1.36.Final"
4242
reactorVersion = "Dysprosium-M2"
43-
rsocketVersion = "0.12.2-RC4-SNAPSHOT"
43+
rsocketVersion = "0.12.2-RC4"
4444
rxjavaVersion = "1.3.8"
4545
rxjavaAdapterVersion = "1.2.1"
4646
rxjava2Version = "2.2.9"
@@ -148,9 +148,9 @@ configure(allprojects) { project ->
148148
}
149149

150150
repositories {
151+
mavenCentral()
151152
maven { url "https://repo.spring.io/libs-release" }
152153
maven { url "https://repo.spring.io/milestone" } // Reactor
153-
maven { url "https://oss.jfrog.org/artifactory/libs-snapshot" } // RSocket
154154
mavenLocal()
155155
}
156156

0 commit comments

Comments
 (0)