Skip to content

Commit 21af1b9

Browse files
Bump elasticsearch-rest-client from 7.8.0 to 7.9.0 in /modules/elasticsearch (#3152)
Bumps [elasticsearch-rest-client](https://github.com/elastic/elasticsearch) from 7.8.0 to 7.9.0. - [Release notes](https://github.com/elastic/elasticsearch/releases) - [Commits](elastic/elasticsearch@v7.8.0...v7.9.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c42c8ee commit 21af1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/elasticsearch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ description = "TestContainers :: elasticsearch"
22

33
dependencies {
44
compile project(':testcontainers')
5-
testCompile "org.elasticsearch.client:elasticsearch-rest-client:7.8.0"
5+
testCompile "org.elasticsearch.client:elasticsearch-rest-client:7.9.0"
66
testCompile "org.elasticsearch.client:transport:6.7.1"
77
}

0 commit comments

Comments
 (0)