From: Ram Krishna Verma Date: Wed, 27 Jan 2021 21:31:45 +0000 (-0500) Subject: Upgrade io.grpc library in CDS actor X-Git-Tag: 2.4.0~20^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=96d0852481a6a594f6cdf1ce9f31def50663d6dc;p=policy%2Fmodels.git Upgrade io.grpc library in CDS actor Upgrading to latest version of io.grpc 1.35.0 to fix security issues. The methods named loadBalancerFactory and nameResolverFactory have been removed in the latest version. After going through the grpc-java codebase found that the one's we were using to initialize those factories are made default. Confirmed my understanding by posting a query on grpc-java github repo. Issue-ID: POLICY-2936 Change-Id: I238700ac3f384ff8e5fdef6c3f2ccfb54bff7005 Signed-off-by: Ram Krishna Verma --- diff --git a/models-interactions/model-impl/cds/pom.xml b/models-interactions/model-impl/cds/pom.xml index 25da63210..8ed5c2244 100644 --- a/models-interactions/model-impl/cds/pom.xml +++ b/models-interactions/model-impl/cds/pom.xml @@ -1,7 +1,7 @@