Skip to content

Commit 0cea49f

Browse files
committed
Upgrade to Reactor Dysprosium-SR1
Closes gh-23871
1 parent dd140c6 commit 0cea49f

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
@@ -45,7 +45,7 @@ configure(allprojects) { project ->
4545
imports {
4646
mavenBom "com.fasterxml.jackson:jackson-bom:2.10.0"
4747
mavenBom "io.netty:netty-bom:4.1.43.Final"
48-
mavenBom "io.projectreactor:reactor-bom:Dysprosium-BUILD-SNAPSHOT"
48+
mavenBom "io.projectreactor:reactor-bom:Dysprosium-SR1"
4949
mavenBom "io.rsocket:rsocket-bom:1.0.0-RC5"
5050
mavenBom "org.eclipse.jetty:jetty-bom:9.4.21.v20190926"
5151
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.3.50"
@@ -295,7 +295,6 @@ configure(allprojects) { project ->
295295
}
296296
repositories {
297297
mavenCentral()
298-
maven { url "https://repo.spring.io/snapshot" }
299298
maven { url "https://repo.spring.io/libs-spring-framework-build" }
300299
}
301300
}

0 commit comments

Comments
 (0)