From 177ad1fffde9cd12601d79ddf16fc038fb387d0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 04:41:51 +0000 Subject: [PATCH 1/2] Bump co.elastic.clients:elasticsearch-java from 9.0.1 to 9.0.2 Bumps [co.elastic.clients:elasticsearch-java](https://github.com/elastic/elasticsearch-java) from 9.0.1 to 9.0.2. - [Release notes](https://github.com/elastic/elasticsearch-java/releases) - [Changelog](https://github.com/elastic/elasticsearch-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/elastic/elasticsearch-java/compare/v9.0.1...v9.0.2) --- updated-dependencies: - dependency-name: co.elastic.clients:elasticsearch-java dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f4ad1ae..17d848d 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ - 9.0.1 + 9.0.2 2.19.0 2.24.3 2.0.17 From 8fad46217117005671c7f859a68577761111481b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 04:42:05 +0000 Subject: [PATCH 2/2] Apply automatic changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fbe1fc..0835fd1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ I believe it could be beneficial for many, so I've made the code available here. You're welcome to contribute your own examples if you'd like. -This repository is tested against Elasticsearch 9.0.1. +This repository is tested against Elasticsearch 9.0.2. We automatically start a Docker image using the [Elasticsearch module for TestContainers](https://www.testcontainers.org/modules/elasticsearch/).