Skip to content

Commit ef580d4

Browse files
authored
Merge pull request #11 from rsocket/upgrade-dependencies
uprev rsocket-java and reactor-bom versions
2 parents d3452ad + b95ec86 commit ef580d4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ subprojects {
3838
sourceCompatibility = 1.8
3939
targetCompatibility = 1.8
4040

41-
42-
ext['reactor-bom.version'] = 'Californium-BUILD-SNAPSHOT'
43-
ext['rsocket.version'] = '0.11.10.BUILD-SNAPSHOT'
41+
ext['reactor-bom.version'] = 'Californium-SR2'
42+
ext['rsocket.version'] = '0.11.11'
4443

4544
ext['protobuf.version'] = '3.6.1'
4645
ext['log4j.version'] = '2.9.0'

0 commit comments

Comments
 (0)