problem: reactor-grpc is incompatible with grpc after 1.25

This commit is contained in:
Igor Artamonov
2020-09-28 21:40:56 -04:00
parent 165397317c
commit 5b36500103
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ configurations {
} }
dependencies { dependencies {
implementation "io.emeraldpay:emerald-api:0.9.0" implementation "io.emeraldpay:emerald-api:0.9.1"
implementation "io.grpc:grpc-protobuf:${grpcVersion}" implementation "io.grpc:grpc-protobuf:${grpcVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}" implementation "io.grpc:grpc-stub:${grpcVersion}"

View File

@@ -5,7 +5,7 @@ protocVersion=3.9.0
# Main Libs # Main Libs
slf4jVersion=1.7.25 slf4jVersion=1.7.25
jacksonVersion=2.11.0 jacksonVersion=2.11.0
grpcVersion=1.26.1 grpcVersion=1.25.0
reactiveGrpcVersion=1.0.1 reactiveGrpcVersion=1.0.1
springBootVersion=2.1.14.RELEASE springBootVersion=2.1.14.RELEASE
springVersion=5.2.6.RELEASE springVersion=5.2.6.RELEASE