aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorJacek <jacek.poreda@sonarsource.com>2021-04-26 10:50:49 +0200
committersonartech <sonartech@sonarsource.com>2021-04-26 20:03:40 +0000
commit4fc08d6093aab967754451fad3c14128b86e04f3 (patch)
tree41deb4305806ec8151db7c98e33effab47a3c3e7 /build.gradle
parentfcce551fdb1eef417b7d337bd59ca296443517f2 (diff)
downloadsonarqube-4fc08d6093aab967754451fad3c14128b86e04f3.tar.gz
sonarqube-4fc08d6093aab967754451fad3c14128b86e04f3.zip
SONAR-14690 Update Elasticsearch client to 7.12.0
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 4a73c774182..a971ad28b37 100644
--- a/build.gradle
+++ b/build.gradle
@@ -342,10 +342,10 @@ subprojects {
entry 'jetty-server'
entry 'jetty-servlet'
}
- dependency('org.elasticsearch.client:elasticsearch-rest-high-level-client:7.11.2') {
+ dependency('org.elasticsearch.client:elasticsearch-rest-high-level-client:7.12.0') {
exclude 'commons-logging:commons-logging'
}
- dependency 'org.elasticsearch.plugin:transport-netty4-client:7.11.2'
+ dependency 'org.elasticsearch.plugin:transport-netty4-client:7.12.0'
dependency 'org.elasticsearch:mocksocket:1.0'
//analysis-common need to stay at 7.10.2 as it hasn't been published to mvn central
dependency 'org.codelibs.elasticsearch.module:analysis-common:7.10.2'