From 84d7252662ef4437b5c0e607a1ad7560bc8c2476 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 10:16:21 +0000 Subject: [PATCH 1/2] Bump org.elasticsearch:rest-api-spec from 9.1.5 to 9.2.0 Bumps [org.elasticsearch:rest-api-spec](https://github.com/elastic/elasticsearch) from 9.1.5 to 9.2.0. - [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.5...v9.2.0) --- updated-dependencies: - dependency-name: org.elasticsearch:rest-api-spec dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5ec702d..3803ad8 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ - 9.1.5 + 9.2.0 9.2.0 2.20.0 2.25.2 From a2b8f65bc179cf5e21c2a826f5ea8f64a291c246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 10:16:36 +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 53bbbf4..0b949ac 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ You're welcome to contribute your own examples if you'd like. This repository is tested with: -* **Elasticsearch Server 9.1.5** +* **Elasticsearch Server 9.2.0** * **Elasticsearch Java API Client 9.2.0** We automatically start a Docker image using the [Elasticsearch module for TestContainers](https://www.testcontainers.org/modules/elasticsearch/).