Skip to content

Commit fd0959e

Browse files
jsvdelasticsearch-bot
authored andcommitted
update benchmark-cli dependencies
Updated elasticsearch only to 5.6.16 as 6.x introduced a deprecation in the performRequest method and needs further refactor
1 parent 6ff20ad commit fd0959e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/benchmark-cli/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ buildscript {
4545

4646
ext {
4747
jmh = '1.23'
48-
elasticsearch = '5.5.3'
48+
elasticsearch = '5.6.16'
4949
}
5050

5151
dependencies {
@@ -55,12 +55,12 @@ dependencies {
5555
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.10'
5656
implementation group: 'commons-codec', name: 'commons-codec', version: '1.14'
5757

58-
implementation group: 'commons-io', name: 'commons-io', version: '2.6'
58+
implementation group: 'commons-io', name: 'commons-io', version: '2.7'
5959
implementation "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
6060
api "com.fasterxml.jackson.core:jackson-databind:${jacksonDatabindVersion}"
61-
implementation group: 'org.elasticsearch.client', name: 'rest', version: elasticsearch
61+
implementation group: 'org.elasticsearch.client', name: 'elasticsearch-rest-client', version: elasticsearch
6262
implementation "org.openjdk.jmh:jmh-core:$jmh"
63-
testImplementation group: 'com.github.tomakehurst', name: 'wiremock-standalone', version: '2.6.0'
63+
testImplementation group: 'com.github.tomakehurst', name: 'wiremock-standalone', version: '2.27.0'
6464
testImplementation "junit:junit:4.12"
6565
}
6666

0 commit comments

Comments
 (0)