From 638d686a93f3da3a42703fe338967f719ff68d52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 17:39:57 +0000 Subject: [PATCH] chore(deps): bump org.testcontainers:elasticsearch from 1.19.7 to 1.19.8 Bumps [org.testcontainers:elasticsearch](https://github.com/testcontainers/testcontainers-java) from 1.19.7 to 1.19.8. - [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.19.7...1.19.8) --- 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 1fb59bd..663e982 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.19.7" + testContainersElasticVersion = "1.19.8" carrotsearchVersion = "2.8.1" }