]> source.dussan.org Git - sonarqube.git/commitdiff
Upgrade Hazelcast to 3.12.7
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 22 Jun 2020 09:46:31 +0000 (11:46 +0200)
committersonartech <sonartech@sonarsource.com>
Mon, 22 Jun 2020 20:04:33 +0000 (20:04 +0000)
Bug-fixes listed in https://docs.hazelcast.org/docs/rn/index.html#3-12-7

build.gradle

index 91ba5aa09d7541b7628671d99d886c55472e4380..a296cd6ccd449bd2854968d59d777f886a1f5414 100644 (file)
@@ -233,7 +233,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.6') {
+      dependencySet(group: 'com.hazelcast', version: '3.12.7') {
         entry 'hazelcast'
         entry 'hazelcast-client'
       }