adservice: upgrade grpc-java to 1.15.0 (#54)

Upgrading grpc-java fixed an error that I encountered when I tried modifying the adservice to write logs to Stackdriver with google-cloud-logging ("`com.google.cloud.logging.LoggingException: io.grpc.StatusRuntimeException: UNAUTHENTICATED: Credentials require channel with PRIVACY_AND_INTEGRITY security level. Observed security level: NONE`").
This commit is contained in:
sebright 2018-09-26 19:33:52 -07:00 committed by Ahmet Alp Balkan
parent 3be5c82c73
commit c61a8aea4c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ group = "adservice"
version = "0.1.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
def opencensusVersion = "0.15.0" // LATEST_OPENCENSUS_RELEASE_VERSION
def grpcVersion = "1.10.1" // CURRENT_GRPC_VERSION
def grpcVersion = "1.15.0" // CURRENT_GRPC_VERSION
def prometheusVersion = "0.3.0"
tasks.withType(JavaCompile) {