summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjitendra sharma <jitendra.sharma1@huawei.com>2020-04-02 15:03:54 +0530
committerjitendra sharma <jitendra.sharma1@huawei.com>2020-04-02 15:06:40 +0530
commit3797236cc9a632f7bb312b405e8f63765b8d094c (patch)
treeaa6851f6ce42732c06ee3d7c58426085c51d612f
parentb71d6d66f6e507deca5b46a7cc9d42e1556f3554 (diff)
Fixed netty-codec-http vulnerability issue
Issue-ID: CLI-260 Signed-off-by: jitendra sharma <jitendra.sharma1@huawei.com> Change-Id: If55485d6156e9cb49aa4dac9848af040dac59f3b
-rw-r--r--profiles/http/pom.xml2
1 files changed, 1 insertions, 1 deletions
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
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
- <version>4.1.46.Final</version>
+ <version>4.1.48.Final</version>
</dependency>
<dependency>
<groupId>junit</groupId>