This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new d1a717fabeb7 chore(deps): Bump the elasticsearch group across 1
directory with 3 updates
d1a717fabeb7 is described below
commit d1a717fabeb7c226dbea871520db925cbb9894d2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 24 06:58:07 2026 +0000
chore(deps): Bump the elasticsearch group across 1 directory with 3 updates
Bumps the elasticsearch group with 3 updates in the / directory:
[co.elastic.clients:elasticsearch-java](https://github.com/elastic/elasticsearch-java),
[org.elasticsearch.client:elasticsearch-rest-client](https://github.com/elastic/elasticsearch)
and
[org.elasticsearch.client:elasticsearch-rest-client-sniffer](https://github.com/elastic/elasticsearch).
Updates `co.elastic.clients:elasticsearch-java` from 9.5.0 to 9.5.1
- [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.5.0...v9.5.1)
Updates `org.elasticsearch.client:elasticsearch-rest-client` from 9.5.0 to
9.5.1
- [Release notes](https://github.com/elastic/elasticsearch/releases)
-
[Changelog](https://github.com/elastic/elasticsearch/blob/main/docs/changelog.yml)
-
[Commits](https://github.com/elastic/elasticsearch/compare/v9.5.0...v9.5.1)
Updates `org.elasticsearch.client:elasticsearch-rest-client-sniffer` from
9.5.0 to 9.5.2
- [Release notes](https://github.com/elastic/elasticsearch/releases)
-
[Changelog](https://github.com/elastic/elasticsearch/blob/main/docs/changelog.yml)
-
[Commits](https://github.com/elastic/elasticsearch/compare/v9.5.0...v9.5.2)
Updates `org.elasticsearch.client:elasticsearch-rest-client` from 9.5.0 to
9.5.1
- [Release notes](https://github.com/elastic/elasticsearch/releases)
-
[Changelog](https://github.com/elastic/elasticsearch/blob/main/docs/changelog.yml)
-
[Commits](https://github.com/elastic/elasticsearch/compare/v9.5.0...v9.5.1)
---
updated-dependencies:
- dependency-name: co.elastic.clients:elasticsearch-java
dependency-version: 9.5.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: elasticsearch
- dependency-name: org.elasticsearch.client:elasticsearch-rest-client
dependency-version: 9.5.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: elasticsearch
- dependency-name: org.elasticsearch.client:elasticsearch-rest-client
dependency-version: 9.5.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: elasticsearch
- dependency-name:
org.elasticsearch.client:elasticsearch-rest-client-sniffer
dependency-version: 9.5.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: elasticsearch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index e20996367473..43473ba1d503 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -160,8 +160,8 @@
<ehcache3-version>3.12.0</ehcache3-version>
<!-- github-api (kohsuke) for camel-github2 -->
<github-api-version>1.330</github-api-version>
-
<elasticsearch-java-client-version>9.5.0</elasticsearch-java-client-version>
-
<elasticsearch-java-client-sniffer-version>9.5.0</elasticsearch-java-client-sniffer-version>
+
<elasticsearch-java-client-version>9.5.1</elasticsearch-java-client-version>
+
<elasticsearch-java-client-sniffer-version>9.5.2</elasticsearch-java-client-sniffer-version>
<endive-version>1.0.1</endive-version>
<extjwnl-version>2.0.5</extjwnl-version>
<extjwnl-data-wn31-version>1.2</extjwnl-data-wn31-version>