problem: reactor-grpc is incompatible with grpc after 1.25
This commit is contained in:
@@ -59,7 +59,7 @@ configurations {
|
||||
}
|
||||
|
||||
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-stub:${grpcVersion}"
|
||||
|
||||
@@ -5,7 +5,7 @@ protocVersion=3.9.0
|
||||
# Main Libs
|
||||
slf4jVersion=1.7.25
|
||||
jacksonVersion=2.11.0
|
||||
grpcVersion=1.26.1
|
||||
grpcVersion=1.25.0
|
||||
reactiveGrpcVersion=1.0.1
|
||||
springBootVersion=2.1.14.RELEASE
|
||||
springVersion=5.2.6.RELEASE
|
||||
|
||||
Reference in New Issue
Block a user