aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2019-12-12 11:57:47 +0100
committerSonarTech <sonartech@sonarsource.com>2019-12-12 20:46:11 +0100
commit71841e56a0e105f106a6a7c9b680859c6b0be548 (patch)
tree0362f54b4ca1f71ce1527d2a42aa0fa95b7f5493 /build.gradle
parent6260d160c8a21403c81f0df9da81ca3140cb3979 (diff)
downloadsonarqube-71841e56a0e105f106a6a7c9b680859c6b0be548.tar.gz
sonarqube-71841e56a0e105f106a6a7c9b680859c6b0be548.zip
SONAR-12685 upgrade Elasticsearch client to 6.8.4
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 cb8d40ceba2..48e277c60a9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -257,14 +257,14 @@ subprojects {
entry 'jetty-server'
entry 'jetty-servlet'
}
- dependency('org.elasticsearch.client:transport:6.8.0') {
+ dependency('org.elasticsearch.client:transport:6.8.4') {
exclude 'org.elasticsearch.plugin:lang-mustache-client'
exclude 'commons-logging:commons-logging'
exclude 'org.elasticsearch.plugin:reindex-client'
exclude 'org.elasticsearch.plugin:rank-eval-client'
}
dependency 'org.elasticsearch:mocksocket:1.0'
- dependency 'org.codelibs.elasticsearch.module:analysis-common:6.8.0'
+ dependency 'org.codelibs.elasticsearch.module:analysis-common:6.8.4'
dependency 'org.freemarker:freemarker:2.3.20'
dependency 'org.hamcrest:hamcrest-all:1.3'
dependency 'org.jsoup:jsoup:1.12.1'