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.
2 parents b86e73f + a7a6c18 commit 5e3f4baCopy full SHA for 5e3f4ba
modules/elasticsearch/build.gradle
@@ -3,6 +3,6 @@ description = "TestContainers :: elasticsearch"
3
dependencies {
4
api project(':testcontainers')
5
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:7.13.0"
6
- testImplementation "org.elasticsearch.client:transport:7.12.1"
+ testImplementation "org.elasticsearch.client:transport:7.13.1"
7
testImplementation 'org.rnorth.visible-assertions:visible-assertions:2.1.2'
8
}
0 commit comments