From b1bcdf751e5fcd35c66a6ebfd06c74d12fc572ff Mon Sep 17 00:00:00 2001 From: jitendra sharma Date: Thu, 23 Jan 2020 12:45:53 +0000 Subject: Change dependency version for netty-codec-http2 Issue-ID: CLI-246 Signed-off-by: jitendra sharma Change-Id: I89734d1062c202773a7e40ed353c1a738c5cbafe --- grpc/pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'grpc') diff --git a/grpc/pom.xml b/grpc/pom.xml index 75721607..e73be6b3 100644 --- a/grpc/pom.xml +++ b/grpc/pom.xml @@ -34,10 +34,23 @@ 1.8.0 + io.grpc grpc-netty ${grpc.version} + + + io.netty + netty-codec-http2 + + + + + io.netty + netty-codec-http2 + 4.1.42.Final io.grpc @@ -165,4 +178,4 @@ - \ No newline at end of file + -- cgit 1.2.3-korg