@@ -45,7 +45,7 @@ buildscript {
4545
4646ext {
4747 jmh = ' 1.23'
48- elasticsearch = ' 5.5.3 '
48+ elasticsearch = ' 5.6.16 '
4949}
5050
5151dependencies {
@@ -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