Skip to content

Commit 5debd86

Browse files
committed
Upgrade to Reactor Dysprosium SR3
Closes gh-24349
1 parent 1c270d8 commit 5debd86

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
@@ -36,7 +36,7 @@ configure(allprojects) { project ->
3636
imports {
3737
mavenBom "com.fasterxml.jackson:jackson-bom:2.10.2"
3838
mavenBom "io.netty:netty-bom:4.1.44.Final"
39-
mavenBom "io.projectreactor:reactor-bom:Dysprosium-BUILD-SNAPSHOT"
39+
mavenBom "io.projectreactor:reactor-bom:Dysprosium-SR3"
4040
mavenBom "io.rsocket:rsocket-bom:1.0.0-RC5"
4141
mavenBom "org.eclipse.jetty:jetty-bom:9.4.25.v20191220"
4242
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.3.61"
@@ -286,7 +286,6 @@ configure(allprojects) { project ->
286286
}
287287
repositories {
288288
mavenCentral()
289-
maven { url "https://repo.spring.io/snapshot" } // Reactor Dysprosium snapshots
290289
maven { url "https://repo.spring.io/libs-spring-framework-build" }
291290
}
292291
}

0 commit comments

Comments
 (0)