Skip to content

Commit 355a261

Browse files
committed
uprev this project and its rsocket dependency
1 parent 02fd087 commit 355a261

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ subprojects {
3939
targetCompatibility = 1.8
4040

4141
ext['reactor-bom.version'] = 'Californium-SR2'
42-
ext['rsocket.version'] = '0.11.11'
42+
ext['rsocket.version'] = '0.11.12.BUILD-SNAPSHOT'
4343

4444
ext['protobuf.version'] = '3.6.1'
4545
ext['log4j.version'] = '2.9.0'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=io.rsocket.rpc
2-
version=0.2.5
2+
version=0.2.6.BUILD-SNAPSHOT

0 commit comments

Comments
 (0)