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 7dbf519 + f257ba3 commit c0bc71eCopy full SHA for c0bc71e
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.16.2"
6
- testImplementation "org.elasticsearch.client:transport:7.15.2"
+ testImplementation "org.elasticsearch.client:transport:7.16.2"
7
testImplementation 'org.rnorth.visible-assertions:visible-assertions:2.1.2'
8
}
0 commit comments