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.
2 parents d3452ad + b95ec86 commit ef580d4Copy full SHA for ef580d4
build.gradle
@@ -38,9 +38,8 @@ subprojects {
38
sourceCompatibility = 1.8
39
targetCompatibility = 1.8
40
41
-
42
- ext['reactor-bom.version'] = 'Californium-BUILD-SNAPSHOT'
43
- ext['rsocket.version'] = '0.11.10.BUILD-SNAPSHOT'
+ ext['reactor-bom.version'] = 'Californium-SR2'
+ ext['rsocket.version'] = '0.11.11'
44
45
ext['protobuf.version'] = '3.6.1'
46
ext['log4j.version'] = '2.9.0'
0 commit comments