diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-03-24 11:38:01 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-03-24 11:45:11 -0400 |
commit | 1eb7ac4a2cbe1006849bde7c20c702ebb937040c (patch) | |
tree | fe4d77507ac83b1fddfc5b046eb91680601ea66f /models-interactions/model-impl/cds/pom.xml | |
parent | 125b0744e804d056dc74386ae192e96660f75ba5 (diff) |
Security fixes for cds actor in policy/models
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>
Diffstat (limited to 'models-interactions/model-impl/cds/pom.xml')
-rw-r--r-- | models-interactions/model-impl/cds/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models-interactions/model-impl/cds/pom.xml b/models-interactions/model-impl/cds/pom.xml index 59eca6c8d..718ae6c58 100644 --- a/models-interactions/model-impl/cds/pom.xml +++ b/models-interactions/model-impl/cds/pom.xml @@ -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> |