Skip to content

Commit 04edde1

Browse files
authored
Merge pull request #18 from rsocket/updateRSocket
update to rsocket 0.11.3
2 parents 3f3e54a + 3d0ffc5 commit 04edde1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ subprojects {
3131
targetCompatibility = 1.8
3232

3333
ext['reactor-bom.version'] = 'Californium-SR1'
34-
ext['rsocket.version'] = '0.11.12'
34+
ext['rsocket.version'] = '0.11.13'
3535

3636
ext['protobuf.version'] = '3.6.1'
3737
ext['log4j.version'] = '2.9.0'
@@ -60,4 +60,4 @@ subprojects {
6060
toolVersion = '1.6'
6161
exclude '**/generated'
6262
}
63-
}
63+
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=io.rsocket.rpc
2-
version=0.2.10
2+
version=0.2.11

0 commit comments

Comments
 (0)