Skip to content

Commit 03c114c

Browse files
authored
update RSocket-Java version
1 parent c09beeb commit 03c114c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Example:
2323

2424
```groovy
2525
dependencies {
26-
implementation 'io.rsocket:rsocket-core:0.11.5'
27-
implementation 'io.rsocket:rsocket-transport-netty:0.11.5'
26+
implementation 'io.rsocket:rsocket-core:0.11.13'
27+
implementation 'io.rsocket:rsocket-transport-netty:0.11.13'
2828
}
2929
```
3030

0 commit comments

Comments
 (0)