File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ configure(allprojects) { project ->
30
30
mavenBom " com.fasterxml.jackson:jackson-bom:2.10.5"
31
31
mavenBom " io.netty:netty-bom:4.1.51.Final"
32
32
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 "
34
34
mavenBom " org.eclipse.jetty:jetty-bom:9.4.31.v20200723"
35
35
mavenBom " org.jetbrains.kotlin:kotlin-bom:1.3.72"
36
36
mavenBom " org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.5"
@@ -281,6 +281,7 @@ configure(allprojects) { project ->
281
281
mavenCentral()
282
282
maven { url " https://repo.spring.io/libs-spring-framework-build" }
283
283
maven { url " https://repo.spring.io/snapshot" } // Reactor
284
+ maven { url " https://oss.jfrog.org/artifactory/oss-snapshot-local" } // RSocket
284
285
}
285
286
}
286
287
configurations. all {
You can’t perform that action at this time.
0 commit comments