Security fixes for cds actor in policy/models 65/104265/1
authorRam Krishna Verma <ram_krishna.verma@bell.ca>
Tue, 24 Mar 2020 15:38:01 +0000 (11:38 -0400)
committerRam Krishna Verma <ram_krishna.verma@bell.ca>
Tue, 24 Mar 2020 15:45:11 +0000 (11:45 -0400)
Upgrading io.netty to 4.1.48.Final as the current version has security issues.

Issue-ID: POLICY-2442
Change-Id: I5dbfdc7890c85571ef6b6bcc7a9f95310868f6a0
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
models-interactions/model-impl/cds/pom.xml

index 59eca6c..718ae6c 100644 (file)
@@ -35,7 +35,7 @@
   <properties>
     <grpc.version>1.17.1</grpc.version>
     <protobuf.version>3.6.1</protobuf.version>
-    <grpc.netty.version>4.1.39.Final</grpc.netty.version>
+    <grpc.netty.version>4.1.48.Final</grpc.netty.version>
   </properties>
 
   <dependencies>