diff options
author | liamfallon <liam.fallon@est.tech> | 2021-08-27 13:34:43 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2021-08-27 13:35:02 +0100 |
commit | b9b2f95def2bca000d0f1e6e4c864d5a37d43642 (patch) | |
tree | d8dee1ae4deffa1072629379c4dc0e3bae2e006c /integration | |
parent | 884c38868a8be260c75e3b140711dc766258ec1c (diff) |
Upgrade netty to clear apex-pdp security issue
Netty 4.1.63 has security violations, 4.1.67 clears them.
Issue-ID: POLICY-3590
Change-Id: I6c6553bd0093f033de87ca1a06fa4bcc7b2b8482
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 87dbc237..8144377a 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -49,7 +49,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.63.Final</version.netty> + <version.netty>4.1.67.Final</version.netty> <version.springboot>2.5.0</version.springboot> <version.eelf.core>1.0.0</version.eelf.core> <version.camel>3.7.3</version.camel> |