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 fcb3429 + ae2d579 commit f736060Copy full SHA for f736060
modules/elasticsearch/build.gradle
@@ -2,7 +2,7 @@ description = "TestContainers :: elasticsearch"
2
3
dependencies {
4
compile project(':testcontainers')
5
- testCompile "org.elasticsearch.client:elasticsearch-rest-client:7.12.1"
+ testCompile "org.elasticsearch.client:elasticsearch-rest-client:7.13.0"
6
testCompile "org.elasticsearch.client:transport:7.12.1"
7
testCompile 'org.rnorth.visible-assertions:visible-assertions:2.1.2'
8
}
0 commit comments