From d60b612a0e1095b4a151ce4a4c72a3cf96cf877e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 01:14:53 +0000 Subject: [PATCH 1/2] Bump co.elastic.clients:elasticsearch-java from 9.1.3 to 9.1.4 Bumps [co.elastic.clients:elasticsearch-java](https://github.com/elastic/elasticsearch-java) from 9.1.3 to 9.1.4. - [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/commits) --- updated-dependencies: - dependency-name: co.elastic.clients:elasticsearch-java dependency-version: 9.1.4 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 8b603e3..b21f1ab 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ 9.1.3 - 9.1.3 + 9.1.4 2.20.0 2.25.1 2.0.17 From d9691e2e4bdd9ee5d81cb1953595be4982b72a83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 01:15:08 +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 0dfc376..315ee46 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,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 Server 9.1.3** using -**Elasticsearch Java API Client 9.1.3**. +**Elasticsearch Java API Client 9.1.4**. We automatically start a Docker image using the [Elasticsearch module for TestContainers](https://www.testcontainers.org/modules/elasticsearch/).