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 3673d66 + a535e78 commit 8a6d058Copy full SHA for 8a6d058
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.9.1"
6
- testImplementation "org.elasticsearch.client:transport:7.17.12"
+ testImplementation "org.elasticsearch.client:transport:7.17.13"
7
testImplementation 'org.assertj:assertj-core:3.24.2'
8
}
0 commit comments