From e7cd60abba47bace016172a79303dd6de732c21c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 11:02:20 +0000 Subject: [PATCH] Bump transport from 7.13.4 to 7.16.3 in /modules/elasticsearch Bumps [transport](https://github.com/elastic/elasticsearch) from 7.13.4 to 7.16.3. - [Release notes](https://github.com/elastic/elasticsearch/releases) - [Commits](https://github.com/elastic/elasticsearch/compare/v7.13.4...v7.16.3) --- updated-dependencies: - dependency-name: org.elasticsearch.client:transport dependency-type: direct:production update-type: version-update:semver-minor ... 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 180f373bddd..53f406637e7 100644 --- a/modules/elasticsearch/build.gradle +++ b/modules/elasticsearch/build.gradle @@ -3,6 +3,6 @@ description = "TestContainers :: elasticsearch" dependencies { api project(':testcontainers') testImplementation "org.elasticsearch.client:elasticsearch-rest-client:7.13.0" - testImplementation "org.elasticsearch.client:transport:7.13.4" + testImplementation "org.elasticsearch.client:transport:7.16.3" testImplementation 'org.rnorth.visible-assertions:visible-assertions:2.1.2' }