From 3797236cc9a632f7bb312b405e8f63765b8d094c Mon Sep 17 00:00:00 2001 From: jitendra sharma Date: Thu, 2 Apr 2020 15:03:54 +0530 Subject: Fixed netty-codec-http vulnerability issue Issue-ID: CLI-260 Signed-off-by: jitendra sharma Change-Id: If55485d6156e9cb49aa4dac9848af040dac59f3b --- profiles/http/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg