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 b97c49f + dd89953 commit 179a3ffCopy full SHA for 179a3ff
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.17.2"
+ testImplementation "org.elasticsearch.client:transport:7.17.3"
7
testImplementation 'org.rnorth.visible-assertions:visible-assertions:2.1.2'
8
}
0 commit comments