summaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2021-01-20 12:57:55 -0500
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2021-01-20 12:58:01 -0500
commit152abeb43a76bc551db213a55b845dfa6ee7fb09 (patch)
treeb7c8a521d526c29ecdb0ec58ec354e8f67cb68c2 /integration
parent70f827b5efdfb82d20bcfdbcfe4e6c4f67e7648b (diff)
Upgrade io.netty to fix security issues
Issue-ID: POLICY-2943 Change-Id: I03ea86e71a7f7d5d4b72222b70ff4b911fec5955 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'integration')
-rw-r--r--integration/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index ef5870f7..90e75136 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -47,7 +47,7 @@
<version.swagger>1.6.2</version.swagger>
<version.javax.bind>2.3.1</version.javax.bind>
<version.javax.json>1.1.4</version.javax.json>
- <version.netty>4.1.48.Final</version.netty>
+ <version.netty>4.1.58.Final</version.netty>
<jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
</properties>