aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorDimitris Kavvathas <dimitris.kavvathas@sonarsource.com>2022-10-18 11:19:47 +0200
committersonartech <sonartech@sonarsource.com>2022-10-20 20:03:03 +0000
commita2d6e1cdad376654429080a06d8dd512623e3e61 (patch)
tree13f10b11963587724f74466cd70aee015eba0531 /build.gradle
parent127528b4e706eae0d86abfb6f1c56407587670bb (diff)
downloadsonarqube-a2d6e1cdad376654429080a06d8dd512623e3e61.tar.gz
sonarqube-a2d6e1cdad376654429080a06d8dd512623e3e61.zip
Dependency upgrade (minor): org.elasticsearch.client:elasticsearch-rest-high-level-client from 7.17.5 to 7.17.6
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 3e1bbbfa321..d05e2575d30 100644
--- a/build.gradle
+++ b/build.gradle
@@ -311,7 +311,8 @@ subprojects {
entry 'jetty-server'
entry 'jetty-servlet'
}
- dependency('org.elasticsearch.client:elasticsearch-rest-high-level-client:7.17.5') {
+ // "elasticsearchDownloadUrlFile" and "elasticsearchDownloadSha512" must also be updated in gradle.properties
+ dependency('org.elasticsearch.client:elasticsearch-rest-high-level-client:7.17.6') {
exclude 'org.apache.logging.log4j:log4j-core'
}
dependency 'org.elasticsearch.plugin:transport-netty4-client:7.17.6'