aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorstanislavh <stanislav.honcharov@sonarsource.com>2023-06-22 13:49:25 +0200
committersonartech <sonartech@sonarsource.com>2023-06-26 20:03:54 +0000
commit962da867ac91e016bc10b94ee6ed1bbe43615219 (patch)
tree3b134e6dd9981c2baaafbf053f7c8cd0daf982aa /build.gradle
parent928917b7bc32bed770fdd5ba2a8f1068b5472c09 (diff)
downloadsonarqube-962da867ac91e016bc10b94ee6ed1bbe43615219.tar.gz
sonarqube-962da867ac91e016bc10b94ee6ed1bbe43615219.zip
SONAR-19690 Bump org.elasticsearch.plugin & client to 7.17.19
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 3dd224ff1d4..5f0bf7e7701 100644
--- a/build.gradle
+++ b/build.gradle
@@ -364,10 +364,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.9') {
+ dependency('org.elasticsearch.client:elasticsearch-rest-high-level-client:7.17.10') {
exclude 'org.apache.logging.log4j:log4j-core'
}
- dependency 'org.elasticsearch.plugin:transport-netty4-client:7.17.9'
+ dependency 'org.elasticsearch.plugin:transport-netty4-client:7.17.10'
dependency 'org.elasticsearch:mocksocket:1.2'
dependency 'org.codelibs.elasticsearch.module:analysis-common:7.17.9'
dependency 'org.codelibs.elasticsearch.module:reindex:7.17.9'