Skip to content

Commit d3855fc

Browse files
committed
update rsocket
1 parent 3d0ffc5 commit d3855fc

File tree

5 files changed

+1
-300
lines changed

5 files changed

+1
-300
lines changed

build.gradle

+1-1
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.13'
34+
ext['rsocket.version'] = '0.11.15'
3535

3636
ext['protobuf.version'] = '3.6.1'
3737
ext['log4j.version'] = '2.9.0'

rsocket-rpc-core/src/main/java/io/rsocket/rpc/stats/Ewma.java

-62
This file was deleted.

rsocket-rpc-core/src/main/java/io/rsocket/rpc/stats/FrugalQuantile.java

-121
This file was deleted.

rsocket-rpc-core/src/main/java/io/rsocket/rpc/stats/Median.java

-88
This file was deleted.

rsocket-rpc-core/src/main/java/io/rsocket/rpc/stats/Quantile.java

-28
This file was deleted.

0 commit comments

Comments
 (0)