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 --- grpc/pom.xml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'grpc/pom.xml') 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} -- cgit 1.2.3-korg