Update Hazelcast version to 3.3.5

Fixes ONOS-864

Change-Id: Ia53500d170daca8539f63748da7b9df34b646a58
diff --git a/features/features.xml b/features/features.xml
index a4dfd75..3f30f5d 100644
--- a/features/features.xml
+++ b/features/features.xml
@@ -34,7 +34,7 @@
 
         <bundle>mvn:joda-time/joda-time/2.5</bundle>
 
-        <bundle>mvn:com.hazelcast/hazelcast/3.3.2</bundle>
+        <bundle>mvn:com.hazelcast/hazelcast/3.3.5</bundle>
         <bundle>mvn:io.dropwizard.metrics/metrics-core/3.1.0</bundle>
         <bundle>mvn:io.dropwizard.metrics/metrics-json/3.1.0</bundle>
         <bundle>mvn:com.eclipsesource.minimal-json/minimal-json/0.9.1</bundle>
diff --git a/pom.xml b/pom.xml
index bd87567b..6ec4721 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,7 +238,7 @@
             <dependency>
                 <groupId>com.hazelcast</groupId>
                 <artifactId>hazelcast</artifactId>
-                <version>3.3.2</version>
+                <version>3.3.5</version>
             </dependency>
             <dependency>
                 <groupId>com.eclipsesource.minimal-json</groupId>