From: jitendra007 Date: Fri, 24 Jul 2020 13:05:06 +0000 (+0530) Subject: Fixed security vulnerability X-Git-Tag: 6.0.0~17 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=53a2a014e9ab8654b35104e7de6a5de80fb3073d;p=cli.git Fixed security vulnerability Issue-ID: CLI-299 Signed-off-by: jitendra007 Change-Id: I634c42dfce01192e65b1102147953156e5828421 --- diff --git a/framework/pom.xml b/framework/pom.xml index 9878cd84..cd9d90ea 100644 --- a/framework/pom.xml +++ b/framework/pom.xml @@ -74,7 +74,7 @@ commons-codec commons-codec - 1.13 + 1.14 org.apache.commons diff --git a/grpc/pom.xml b/grpc/pom.xml index 0055d2b9..cd31b2ec 100644 --- a/grpc/pom.xml +++ b/grpc/pom.xml @@ -52,9 +52,29 @@ io.netty netty-codec-http2 4.1.46.Final + + + io.netty + netty-codec-http + + + io.netty + netty-handler + + - - + + io.netty + netty-codec-http + 4.1.48.Final + + + io.netty + netty-handler + 4.1.19.Final + + + io.grpc grpc-protobuf ${grpc.version} diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index 04589410..3dee45c4 100644 --- a/profiles/http/pom.xml +++ b/profiles/http/pom.xml @@ -63,7 +63,7 @@ Excluded commons-codec vulnerable version and added invulnerable version commons-codec commons-codec - 1.13 + 1.14 org.apache.httpcomponents