Browse Source

SONAR-19690 Bump com.hazelcast:hazelcast to 5.3.1

tags/10.2.0.77647
stanislavh 1 year ago
parent
commit
4395fec8ab
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle View File

@@ -298,7 +298,7 @@ subprojects {
}
dependency "com.google.protobuf:protobuf-java:${protobufVersion}"
dependency 'com.h2database:h2:2.1.214'
dependencySet(group: 'com.hazelcast', version: '5.2.3') {
dependencySet(group: 'com.hazelcast', version: '5.3.1') {
entry 'hazelcast'
}
// Documentation must be updated if mssql-jdbc is updated: https://github.com/SonarSource/sonarqube/commit/03e4773ebf6cba854cdcf57a600095f65f4f53e7

Loading…
Cancel
Save