diff options
author | jitendra sharma <jitendra.sharma1@huawei.com> | 2020-03-13 06:31:30 +0000 |
---|---|---|
committer | jitendra sharma <jitendra.sharma1@huawei.com> | 2020-03-13 06:35:34 +0000 |
commit | a7b4c2d599d2ea871c033b8757f7a5312e0e18f4 (patch) | |
tree | 8521e82af1333809bbdc7a49ddcea4ac0dd8efc4 /profiles/http | |
parent | fe3b9a8559642a757b971ead4763c22e74844c2d (diff) |
change version for netty-codec
Issue-ID: CLI-246
Signed-off-by: jitendra sharma <jitendra.sharma1@huawei.com>
Change-Id: If16e3c225639d50c7b059abd04af41af4f08b48c
Diffstat (limited to 'profiles/http')
-rw-r--r-- | profiles/http/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index 3410b634..2c1b39a2 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.45.Final</version> + <version>4.1.46.Final</version> </dependency> <dependency> <groupId>junit</groupId> |