From acaa8130b2fdc371bbb9c43fcd91aa343265b3e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 04:07:28 +0000 Subject: [PATCH 1/2] Bump org.elasticsearch:rest-api-spec from 9.1.4 to 9.1.5 Bumps [org.elasticsearch:rest-api-spec](https://github.com/elastic/elasticsearch) from 9.1.4 to 9.1.5. - [Release notes](https://github.com/elastic/elasticsearch/releases) - [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md) - [Commits](https://github.com/elastic/elasticsearch/compare/v9.1.4...v9.1.5) --- updated-dependencies: - dependency-name: org.elasticsearch:rest-api-spec dependency-version: 9.1.5 dependency-type: direct:production 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 f350ff0..2bdd1f1 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ - 9.1.4 + 9.1.5 9.1.4 2.20.0 2.25.2 From b36b9ba813fe0c7aa18f4c26673f7e8418581b06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 04:07:52 +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 a761321..03db933 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 Server 9.1.4** using +This repository is tested against **Elasticsearch Server 9.1.5** using **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/).