aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorantoine.vinot <antoine.vinot@sonarsource.com>2023-11-07 14:21:57 +0100
committersonartech <sonartech@sonarsource.com>2023-11-09 20:02:39 +0000
commit80b9d4fbc8f23bbf7888cef9393ee2001885c2da (patch)
treeb6b1e10f1bec32c0ca1263535d5a04b224d13f3f /build.gradle
parentee66492bf94d226fb688cc8b0f4c69a57c4c1b5a (diff)
downloadsonarqube-80b9d4fbc8f23bbf7888cef9393ee2001885c2da.tar.gz
sonarqube-80b9d4fbc8f23bbf7888cef9393ee2001885c2da.zip
[NO-JIRA] Update org.elasticsearch.plugin:transport-netty4-client 7.17.12 -> 7.17.14
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 7932d551e5e..13d6d75f5fd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -386,7 +386,7 @@ subprojects {
dependency('org.elasticsearch.client:elasticsearch-rest-high-level-client:7.17.14') {
exclude 'org.apache.logging.log4j:log4j-core'
}
- dependency 'org.elasticsearch.plugin:transport-netty4-client:7.17.12'
+ dependency 'org.elasticsearch.plugin:transport-netty4-client:7.17.14'
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'