aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2020-03-17 21:44:14 +0100
committersonartech <sonartech@sonarsource.com>2020-03-21 20:04:02 +0000
commit570e3aaaf4e3c62f6c40e23d889a9de7d62c8279 (patch)
tree9943c077781089873f8fdc4827968a59f647f7db /build.gradle
parentf84f7c6ec3259a4188f6fb01d6faa3f0c6b2bae0 (diff)
downloadsonarqube-570e3aaaf4e3c62f6c40e23d889a9de7d62c8279.tar.gz
sonarqube-570e3aaaf4e3c62f6c40e23d889a9de7d62c8279.zip
SONAR-13155 upgrade Hazelcast from 3.12.3 to 3.12.6
Multiple bug-fixes: https://docs.hazelcast.org/docs/rn/index.html
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index a945ab8d4ea..ebe339befa5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -196,7 +196,7 @@ subprojects {
dependency "com.google.protobuf:protobuf-java:${protobufVersion}"
// Do not upgrade H2 to 1.4.200 because of instability: https://github.com/h2database/h2database/issues/2205
dependency 'com.h2database:h2:1.4.199'
- dependencySet(group: 'com.hazelcast', version: '3.12.3') {
+ dependencySet(group: 'com.hazelcast', version: '3.12.6') {
entry 'hazelcast'
entry 'hazelcast-client'
}