From: jitendra sharma Date: Thu, 2 Apr 2020 09:33:54 +0000 (+0530) Subject: Fixed netty-codec-http vulnerability issue X-Git-Tag: 5.0.4~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3797236cc9a632f7bb312b405e8f63765b8d094c;p=cli.git Fixed netty-codec-http vulnerability issue Issue-ID: CLI-260 Signed-off-by: jitendra sharma Change-Id: If55485d6156e9cb49aa4dac9848af040dac59f3b --- diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index 4a8f2ce9..04589410 100644 --- a/profiles/http/pom.xml +++ b/profiles/http/pom.xml @@ -115,7 +115,7 @@ Excluded commons-codec vulnerable version and added invulnerable version io.netty netty-codec-http - 4.1.46.Final + 4.1.48.Final junit