diff options
author | antoine.vinot <antoine.vinot@sonarsource.com> | 2023-11-07 10:50:42 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-11-07 20:02:50 +0000 |
commit | a42b363da20e26b7e669fb97dda97c0e1287489e (patch) | |
tree | bb486c53bf4403d8fe9b47ddf9f84193d1800816 | |
parent | db8bf4492aa529d651f52233fb6cdeaa83d4695f (diff) | |
download | sonarqube-a42b363da20e26b7e669fb97dda97c0e1287489e.tar.gz sonarqube-a42b363da20e26b7e669fb97dda97c0e1287489e.zip |
[NO-JIRA] Update com.hazelcast:hazelcast 5.3.2 -> 5.3.5
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 1466c6b011a..f6e9ab56b12 100644 --- a/build.gradle +++ b/build.gradle @@ -316,7 +316,7 @@ subprojects { } dependency "com.google.protobuf:protobuf-java:${protobufVersion}" dependency 'com.h2database:h2:2.2.222' - dependencySet(group: 'com.hazelcast', version: '5.3.2') { + dependencySet(group: 'com.hazelcast', version: '5.3.5') { entry 'hazelcast' } // Documentation must be updated if mssql-jdbc is updated: https://github.com/SonarSource/sonarqube/commit/03e4773ebf6cba854cdcf57a600095f65f4f53e7 |