From 9aba16a5b7edcc1045629ae00fbb841e9ef365a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:16:39 +0000 Subject: [PATCH] chore(deps): bump org.testcontainers:elasticsearch from 1.20.1 to 1.20.3 Bumps [org.testcontainers:elasticsearch](https://github.com/testcontainers/testcontainers-java) from 1.20.1 to 1.20.3. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.20.1...1.20.3) --- updated-dependencies: - dependency-name: org.testcontainers:elasticsearch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 213a8cc..997796b 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ ext { kafkaVersion = "2.2.0" slf4jVersion = "2.0.12" elasticJavaClientVersion = "7.17.18" - testContainersElasticVersion = "1.20.1" + testContainersElasticVersion = "1.20.3" carrotsearchVersion = "2.8.1" }