We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8e0ea commit c7642e5Copy full SHA for c7642e5
modules/elasticsearch/build.gradle
@@ -2,6 +2,6 @@ description = "TestContainers :: elasticsearch"
2
3
dependencies {
4
compile project(':testcontainers')
5
- testCompile "org.elasticsearch.client:elasticsearch-rest-client:7.5.2"
+ testCompile "org.elasticsearch.client:elasticsearch-rest-client:7.6.0"
6
testCompile "org.elasticsearch.client:transport:6.7.1"
7
}
0 commit comments