Skip to content

Commit

Permalink
Update hazelcast to 3.12.2, latest version, from basic tests seems to…
Browse files Browse the repository at this point in the history
… drop in fine ie backwards compatible
  • Loading branch information
jonesde committed Sep 9, 2019
1 parent 7977826 commit 13ba1f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -25,7 +25,7 @@ def frameworkDir = file(moquiDir.absolutePath + '/framework')
apply plugin: 'com.github.ben-manes.versions'
buildscript {
repositories { jcenter() }
dependencies { classpath 'com.github.ben-manes:gradle-versions-plugin:0.21.0' }
dependencies { classpath 'com.github.ben-manes:gradle-versions-plugin:0.22.0' }
}
dependencyUpdates.resolutionStrategy = { componentSelection { rules -> rules.all { ComponentSelection selection ->
boolean rejected = ['alpha', 'beta', 'rc', 'cr', 'm', 'b', 'ea'].any { qualifier -> selection.candidate.version ==~ /(?i).*[.-]${qualifier}[.\d-]*/ }
Expand All @@ -44,7 +44,7 @@ dependencies {
compile project(':framework')

// use hazelcast-all so various options are available, note that at least hazelcast-wm is needed for web listener
compile 'com.hazelcast:hazelcast-all:3.11.4' // Apache 2.0
compile 'com.hazelcast:hazelcast-all:3.12.2' // Apache 2.0
}

// by default the Java plugin runs test on build, change to not do that (only run test if explicit task)
Expand Down

0 comments on commit 13ba1f2

Please sign in to comment.