]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-21055 Fix SSF-507 and SSF-508
authorJacek Poreda <jacek.poreda@sonarsource.com>
Mon, 27 Nov 2023 13:17:04 +0000 (14:17 +0100)
committersonartech <sonartech@sonarsource.com>
Tue, 28 Nov 2023 20:02:46 +0000 (20:02 +0000)
build.gradle

index 9ea886f5d5da7afff719ea5680d936e64f7ea4fb..424983d06236226356713b728840fe8b61ba6468 100644 (file)
@@ -316,10 +316,10 @@ subprojects {
         entry 'jetty-servlet'
       }
       // "elasticsearchDownloadUrlFile" and "elasticsearchDownloadSha512" must also be updated in gradle.properties
-      dependency('org.elasticsearch.client:elasticsearch-rest-high-level-client:7.17.8') {
+      dependency('org.elasticsearch.client:elasticsearch-rest-high-level-client:7.17.15') {
         exclude 'org.apache.logging.log4j:log4j-core'
       }
-      dependency 'org.elasticsearch.plugin:transport-netty4-client:7.17.8'
+      dependency 'org.elasticsearch.plugin:transport-netty4-client:7.17.15'
       dependency 'org.elasticsearch:mocksocket:1.2'
       dependency 'org.codelibs.elasticsearch.module:analysis-common:7.17.1'
       dependency 'org.codelibs.elasticsearch.module:reindex:7.17.1'