Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/gradle/modules/elasti…
Browse files Browse the repository at this point in the history
…csearch/org.elasticsearch.client-elasticsearch-rest-client-7.15.0' into combined-pr-branch
  • Loading branch information
kiview committed Oct 8, 2021
2 parents be15b55 + f83a485 commit f360b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/elasticsearch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "TestContainers :: elasticsearch"

dependencies {
api project(':testcontainers')
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:7.14.1"
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:7.15.0"
testImplementation "org.elasticsearch.client:transport:7.15.0"
testImplementation 'org.rnorth.visible-assertions:visible-assertions:2.1.2'
}

0 comments on commit f360b5d

Please sign in to comment.