From 7b6bd1c9fbd79ea60ddd5289c8a2b094a7564be4 Mon Sep 17 00:00:00 2001 From: jitendra sharma Date: Tue, 25 Feb 2020 14:30:15 +0000 Subject: change version for netty-codec-http Issue-ID: CLI-246 Signed-off-by: jitendra sharma Change-Id: Ieec9fb59e22664b83fb4f3f213a3c8bceafb37be --- grpc/pom.xml | 10 ++++++++++ profiles/http/pom.xml | 15 +++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/grpc/pom.xml b/grpc/pom.xml index e73be6b3..75772860 100644 --- a/grpc/pom.xml +++ b/grpc/pom.xml @@ -47,11 +47,21 @@ + io.netty netty-codec-http2 4.1.42.Final + + io.netty + netty-codec-http + + + io.netty + netty-codec-http + 4.1.45.Final + io.grpc grpc-protobuf diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index 73223a97..fe2cee86 100644 --- a/profiles/http/pom.xml +++ b/profiles/http/pom.xml @@ -87,6 +87,8 @@ Excluded commons-codec vulnerable version and added invulnerable version ${project.version} test + + com.github.dreamhead moco-runner @@ -100,8 +102,21 @@ Excluded commons-codec vulnerable version and added invulnerable version ch.qos.logback logback-classic + + io.netty + netty-handler + + + io.netty + netty-codec-http + + + io.netty + netty-codec-http + 4.1.45.Final + junit junit -- cgit 1.2.3-korg