From 53a2a014e9ab8654b35104e7de6a5de80fb3073d Mon Sep 17 00:00:00 2001 From: jitendra007 Date: Fri, 24 Jul 2020 18:35:06 +0530 Subject: Fixed security vulnerability Issue-ID: CLI-299 Signed-off-by: jitendra007 Change-Id: I634c42dfce01192e65b1102147953156e5828421 --- framework/pom.xml | 2 +- grpc/pom.xml | 24 ++++++++++++++++++++++-- profiles/http/pom.xml | 2 +- 3 files changed, 24 insertions(+), 4 deletions(-) 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 -- cgit 1.2.3-korg