Upgrade io.grpc library in CDS actor
[policy/models.git] / models-interactions / model-impl / cds / pom.xml
index 25da632..8ed5c22 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2019-2020 Bell Canada.
+  Copyright (C) 2019-2021 Bell Canada.
   Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
@@ -33,8 +33,8 @@
   <description>gRPC client implementation to send process message to CDS blueprint processor gRPC endpoint.</description>
 
   <properties>
-    <grpc.version>1.17.1</grpc.version>
-    <protobuf.version>3.6.1</protobuf.version>
+    <grpc.version>1.35.0</grpc.version>
+    <protobuf.version>3.14.0</protobuf.version>
   </properties>
 
   <dependencies>