Skip to content

Commit 6946fe2

Browse files
committed
Upgrade to RSocket 1.0.3 snapshots
See gh-25957
1 parent db9e0b0 commit 6946fe2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
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-BUILD-SNAPSHOT"
33-
mavenBom "io.rsocket:rsocket-bom:1.0.1"
33+
mavenBom "io.rsocket:rsocket-bom:1.0.3-SNAPSHOT"
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"
@@ -281,6 +281,7 @@ configure(allprojects) { project ->
281281
mavenCentral()
282282
maven { url "https://repo.spring.io/libs-spring-framework-build" }
283283
maven { url "https://repo.spring.io/snapshot" } // Reactor
284+
maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local" } // RSocket
284285
}
285286
}
286287
configurations.all {

0 commit comments

Comments
 (0)