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 11bb6f0 + 7322758 commit 154345bCopy full SHA for 154345b
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:8.6.1"
6
- testImplementation "org.elasticsearch.client:transport:7.17.8"
+ testImplementation "org.elasticsearch.client:transport:7.17.9"
7
testImplementation 'org.assertj:assertj-core:3.24.2'
8
}
0 commit comments