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 d345b91 commit 0bc4a4dCopy full SHA for 0bc4a4d
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.7.1"
+ testCompile "org.elasticsearch.client:elasticsearch-rest-client:7.8.0"
6
testCompile "org.elasticsearch.client:transport:6.7.1"
7
}
0 commit comments