Skip to content

Commit 52af321

Browse files
Bump transport from 7.10.1 to 7.12.1 in /modules/elasticsearch (#4050)
Bumps [transport](https://github.com/elastic/elasticsearch) from 7.10.1 to 7.12.1. - [Release notes](https://github.com/elastic/elasticsearch/releases) - [Commits](elastic/elasticsearch@v7.10.1...v7.12.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4bcfbd7 commit 52af321

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
@@ -3,6 +3,6 @@ description = "TestContainers :: elasticsearch"
33
dependencies {
44
compile project(':testcontainers')
55
testCompile "org.elasticsearch.client:elasticsearch-rest-client:7.12.0"
6-
testCompile "org.elasticsearch.client:transport:7.10.1"
6+
testCompile "org.elasticsearch.client:transport:7.12.1"
77
testCompile 'org.rnorth.visible-assertions:visible-assertions:2.1.2'
88
}

0 commit comments

Comments
 (0)