diff --git a/modules/elasticsearch/build.gradle b/modules/elasticsearch/build.gradle index f50b38bb568..fd3b99b491a 100644 --- a/modules/elasticsearch/build.gradle +++ b/modules/elasticsearch/build.gradle @@ -3,6 +3,6 @@ description = "TestContainers :: elasticsearch" dependencies { compile project(':testcontainers') testCompile "org.elasticsearch.client:elasticsearch-rest-client:7.12.0" - testCompile "org.elasticsearch.client:transport:7.10.1" + testCompile "org.elasticsearch.client:transport:7.12.1" testCompile 'org.rnorth.visible-assertions:visible-assertions:2.1.2' }