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.
1 parent 29e5c01 commit 327bdaaCopy full SHA for 327bdaa
README.md
@@ -23,8 +23,8 @@ Example:
23
24
```groovy
25
dependencies {
26
- implementation 'io.rsocket:rsocket-core:0.11.13'
27
- implementation 'io.rsocket:rsocket-transport-netty:0.11.13'
+ implementation 'io.rsocket:rsocket-core:0.11.14'
+ implementation 'io.rsocket:rsocket-transport-netty:0.11.14'
28
}
29
```
30
gradle.properties
@@ -12,4 +12,4 @@
12
# limitations under the License.
13
#
14
15
-version=0.11.13
+version=0.11.14
0 commit comments