]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-13155 upgrade Hazelcast from 3.12.3 to 3.12.6
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 17 Mar 2020 20:44:14 +0000 (21:44 +0100)
committersonartech <sonartech@sonarsource.com>
Sat, 21 Mar 2020 20:04:02 +0000 (20:04 +0000)
Multiple bug-fixes:
https://docs.hazelcast.org/docs/rn/index.html

build.gradle

index a945ab8d4ea19613e7a15b957310e497b96fd441..ebe339befa57949f1875b2cacc4dc085a2ecd35f 100644 (file)
@@ -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'
       }