diff --git a/build.gradle b/build.gradle index eb04cd4..cb94ed8 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { compile project(':framework') // use hazelcast-all so various options are available, not that at least hazelcast-wm is needed for web listener - compile 'com.hazelcast:hazelcast-all:3.6.4' // Apache 2.0 + compile 'com.hazelcast:hazelcast-all:3.7.2' // Apache 2.0 } // by default the Java plugin runs test on build, change to not do that (only run test if explicit task) diff --git a/src/main/resources/hazelcast.xml b/src/main/resources/hazelcast.xml index 7de2030..5a1a9e9 100644 --- a/src/main/resources/hazelcast.xml +++ b/src/main/resources/hazelcast.xml @@ -1,6 +1,5 @@