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 5465506 commit cb01f89Copy full SHA for cb01f89
build.gradle
@@ -53,7 +53,7 @@ configure(allprojects) { project ->
53
ext.nettyVersion = "4.0.27.Final"
54
ext.openjpaVersion = "2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
55
ext.protobufVersion = "2.6.1"
56
- ext.reactorVersion = "2.0.1.BUILD-SNAPSHOT"
+ ext.reactorVersion = "2.0.1.RELEASE"
57
ext.slf4jVersion = "1.7.11"
58
ext.snakeyamlVersion = "1.15"
59
ext.snifferVersion = "1.14"
@@ -119,7 +119,6 @@ configure(allprojects) { project ->
119
repositories {
120
maven { url "https://repo.spring.io/libs-release" }
121
maven { url "https://repo.spring.io/milestone" }
122
- maven { url "https://repo.spring.io/snapshot" } // for reactor 2.0.1 snapshot
123
}
124
125
dependencies {
0 commit comments