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 54b3a18 commit a4d6963Copy full SHA for a4d6963
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.2"
+ testCompile "org.elasticsearch.client:elasticsearch-rest-client:7.7.1"
6
testCompile "org.elasticsearch.client:transport:6.7.1"
7
}
0 commit comments