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 ab72e1b commit 7025e3fCopy full SHA for 7025e3f
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.6.1"
+ testCompile "org.elasticsearch.client:elasticsearch-rest-client:7.6.2"
6
testCompile "org.elasticsearch.client:transport:6.7.1"
7
}
0 commit comments