diff options
author | Jacek Poreda <jacek.poreda@sonarsource.com> | 2023-04-07 10:55:00 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-04-07 20:02:58 +0000 |
commit | 6bac3bfc01433f452ff4a3baa2aca1e40c2e0e96 (patch) | |
tree | 19ba843925ed2cb03280ead8a136ff88f9aa274c /build.gradle | |
parent | 824e1af5be2955f2f2be11d2122c7d8eb32d6d01 (diff) | |
download | sonarqube-6bac3bfc01433f452ff4a3baa2aca1e40c2e0e96.tar.gz sonarqube-6bac3bfc01433f452ff4a3baa2aca1e40c2e0e96.zip |
SONAR-19005 Bump com.hazelcast:hazelcast version to 5.2.3
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index e441cebbaa6..b2ce96a5567 100644 --- a/build.gradle +++ b/build.gradle @@ -261,7 +261,7 @@ subprojects { } dependency "com.google.protobuf:protobuf-java:${protobufVersion}" dependency 'com.h2database:h2:2.1.214' - dependencySet(group: 'com.hazelcast', version: '5.2.1') { + dependencySet(group: 'com.hazelcast', version: '5.2.3') { entry 'hazelcast' } // Documentation must be updated if mssql-jdbc is updated: https://github.com/SonarSource/sonarqube/commit/03e4773ebf6cba854cdcf57a600095f65f4f53e7 |