]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-20328 Update org.elasticsearch.client:elasticsearch-rest-high-level-client...
authorMatteo Mara <matteo.mara@sonarsource.com>
Wed, 6 Sep 2023 13:11:18 +0000 (15:11 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 6 Sep 2023 20:02:49 +0000 (20:02 +0000)
build.gradle

index 6b25813a4db85b9ed73f810349940525a52fd03c..3c8e2bfa86c46ae6f3a7db4a0c4471941095cc29 100644 (file)
@@ -377,8 +377,7 @@ subprojects {
         entry 'jetty-server'
         entry 'jetty-servlet'
       }
-      // "elasticsearchDownloadUrlFile" and "elasticsearchDownloadSha512" must also be updated in gradle.properties
-      dependency('org.elasticsearch.client:elasticsearch-rest-high-level-client:7.17.10') {
+      dependency('org.elasticsearch.client:elasticsearch-rest-high-level-client:7.17.12') {
         exclude 'org.apache.logging.log4j:log4j-core'
       }
       dependency 'org.elasticsearch.plugin:transport-netty4-client:7.17.10'