diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-07-04 10:10:14 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-07-04 10:10:23 +0100 |
commit | 2bd889cbdf2b12d37e0c8e90155bfd1382141ca2 (patch) | |
tree | 90e794a28a4b76e6a3c9c46d55803b00a51c0d28 /plugins | |
parent | dd6627d723a23bada5721d5d7bd7121ebd0c3245 (diff) |
Remove new security vulnerability
The latest CLM report showed up Hazelcast as a
new security vulnerability. This change upgrades
Hazelcast to the latest version.
Issue-ID: POLICY-905
Change-Id: Ifa79dff9977ae7e547abb5ab29322a8a01c37fd6
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pom.xml b/plugins/pom.xml index 52452dbb4..3775a7170 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -35,7 +35,7 @@ <description>Plugins for Apex that can be implemented with various 3PPs are implemented here.</description> <properties> - <version.hazelcast>3.8.3</version.hazelcast> + <version.hazelcast>3.10.2</version.hazelcast> </properties> <modules> |