From 76fd07f8727788995acacdc2d38f55c9d3fd94e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 04:07:35 +0000 Subject: [PATCH 1/2] Bump co.elastic.clients:elasticsearch-java from 9.2.1 to 9.2.2 Bumps [co.elastic.clients:elasticsearch-java](https://github.com/elastic/elasticsearch-java) from 9.2.1 to 9.2.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.2.1...v9.2.2) --- updated-dependencies: - dependency-name: co.elastic.clients:elasticsearch-java dependency-version: 9.2.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 548f087..e8152c6 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ 9.2.1 - 9.2.1 + 9.2.2 2.20.1 2.25.2 2.0.17 From 11040ca0c4d9ccfab141ca1eb3a34c43f8e85de4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 04:07:50 +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 5f3ce3a..9e200a0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ You're welcome to contribute your own examples if you'd like. This repository is tested with: * **Elasticsearch Server 9.2.1** -* **Elasticsearch Java API Client 9.2.1** +* **Elasticsearch Java API Client 9.2.2** We automatically start a Docker image using the [Elasticsearch module for TestContainers](https://www.testcontainers.org/modules/elasticsearch/).