From e3be60ce4b68b8e74ced19897fabf9e399beed1f Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 20 Jan 2021 15:38:04 +0000 Subject: Update Hazelcast version, remove security vulnerability Security vulnerabillitles were flagged in CLM in Hazelcast version 3.11-BETA-1. Hazelcast version 4.1.1 removes that vulnerability. The lock handling is slightly different in version 4.1.1 and the old ILock class is removed. The code is updated to use the new FencedLock locks. Issue-ID: POLICY-2943 Change-Id: I0cb7d3cb279fed17b3f8758e55902703491f4b5c Signed-off-by: liamfallon --- plugins/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/pom.xml') diff --git a/plugins/pom.xml b/plugins/pom.xml index b10e8650b..e872e0fa8 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -1,6 +1,7 @@