Skip to content

Commit f50c2ca

Browse files
committed
Upgrade to RSocket 1.0.3
Closes gh-25957
1 parent d12996a commit f50c2ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ configure(allprojects) { project ->
3030
mavenBom "com.fasterxml.jackson:jackson-bom:2.10.5"
3131
mavenBom "io.netty:netty-bom:4.1.51.Final"
3232
mavenBom "io.projectreactor:reactor-bom:Dysprosium-SR13"
33-
mavenBom "io.rsocket:rsocket-bom:1.0.3-SNAPSHOT"
33+
mavenBom "io.rsocket:rsocket-bom:1.0.3"
3434
mavenBom "org.eclipse.jetty:jetty-bom:9.4.31.v20200723"
3535
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.3.72"
3636
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.5"
@@ -280,7 +280,6 @@ configure(allprojects) { project ->
280280
repositories {
281281
mavenCentral()
282282
maven { url "https://repo.spring.io/libs-spring-framework-build" }
283-
maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local" } // RSocket
284283
}
285284
}
286285
configurations.all {

0 commit comments

Comments
 (0)