From 71150ef8454f69330de79650e5acffd1dc98200f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 04:02:26 +0000 Subject: [PATCH 1/2] Bump org.elasticsearch.client:elasticsearch-rest-client Bumps [org.elasticsearch.client:elasticsearch-rest-client](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.client:elasticsearch-rest-client 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 9b3e8c3..9fa4a1a 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ index lifecycle policies and data when an elasticsearch client starts. - 9.1.5 + 9.2.0 2.0.17 2.25.2 2.20.0 From 9850dff6b6f523e2a78f35348eda9a21f6e65d43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 04:02:50 +0000 Subject: [PATCH 2/2] Apply automatic changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be32415..512eeb1 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ For example, here is how to import the REST Client to your project: org.elasticsearch.client elasticsearch-rest-client - 9.1.5 + 9.2.0 ``` @@ -152,7 +152,7 @@ For example, here is how to import the Transport Client to your project (depreca org.elasticsearch.client transport - 9.1.5 + 9.2.0 ```