From 83348ddb604b94c34b0f026aece69e9280894c66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:43:27 +0000 Subject: [PATCH] Bump org.elasticsearch.client:transport in /modules/elasticsearch Bumps [org.elasticsearch.client:transport](https://github.com/elastic/elasticsearch) from 7.17.24 to 7.17.25. - [Release notes](https://github.com/elastic/elasticsearch/releases) - [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md) - [Commits](https://github.com/elastic/elasticsearch/compare/v7.17.24...v7.17.25) --- updated-dependencies: - dependency-name: org.elasticsearch.client:transport dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- 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 79faefdde24..d30eb6054bc 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:8.15.1" - testImplementation "org.elasticsearch.client:transport:7.17.24" + testImplementation "org.elasticsearch.client:transport:7.17.25" testImplementation 'org.assertj:assertj-core:3.26.3' }