From f1bc8ebcf0c4e0c21b8c3084265c9388c0d3c0ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 05:39:55 +0000 Subject: [PATCH] Bump transport from 6.7.1 to 7.11.1 in /modules/elasticsearch Bumps [transport](https://github.com/elastic/elasticsearch) from 6.7.1 to 7.11.1. - [Release notes](https://github.com/elastic/elasticsearch/releases) - [Commits](https://github.com/elastic/elasticsearch/compare/v6.7.1...v7.11.1) Signed-off-by: dependabot[bot] --- modules/elasticsearch/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/elasticsearch/build.gradle b/modules/elasticsearch/build.gradle index 591760d7b0e..4c776e56f9c 100644 --- a/modules/elasticsearch/build.gradle +++ b/modules/elasticsearch/build.gradle @@ -3,5 +3,5 @@ description = "TestContainers :: elasticsearch" dependencies { compile project(':testcontainers') testCompile "org.elasticsearch.client:elasticsearch-rest-client:7.8.0" - testCompile "org.elasticsearch.client:transport:6.7.1" + testCompile "org.elasticsearch.client:transport:7.11.1" }