We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd9566 commit b462ca2Copy full SHA for b462ca2
build.gradle
@@ -47,8 +47,8 @@ ext {
47
junitVintageVersion = "4.12.3"
48
kotlinVersion = "1.2.51"
49
log4jVersion = "2.11.1"
50
- nettyVersion = "4.1.30.Final"
51
- reactorVersion = "Bismuth-BUILD-SNAPSHOT"
+ nettyVersion = "4.1.31.Final"
+ reactorVersion = "Bismuth-SR13"
52
rxjavaVersion = "1.3.8"
53
rxjavaAdapterVersion = "1.2.1"
54
rxjava2Version = "2.1.17"
@@ -152,7 +152,6 @@ configure(allprojects) { project ->
152
153
repositories {
154
maven { url "https://repo.spring.io/libs-release" }
155
- maven { url "https://repo.spring.io/snapshot" } // Reactor Bismuth snapshots (towards SR13)
156
}
157
158
dependencies {
0 commit comments