This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 329cacc9da2f chore(deps): Bump the elasticsearch group with 3 updates
(#25427)
329cacc9da2f is described below
commit 329cacc9da2fa1bc1aede07d07e00381c03a2c5c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 10 14:08:11 2026 +0200
chore(deps): Bump the elasticsearch group with 3 updates (#25427)
Bumps the elasticsearch group with 3 updates:
[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.4.4 to 9.5.0
- [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.4.4...v9.5.0)
Updates `org.elasticsearch.client:elasticsearch-rest-client` from 9.4.4 to
9.5.0
- [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.4.4...v9.5.0)
Updates `org.elasticsearch.client:elasticsearch-rest-client-sniffer` from
9.4.4 to 9.5.0
- [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.4.4...v9.5.0)
Updates `org.elasticsearch.client:elasticsearch-rest-client` from 9.4.4 to
9.5.0
- [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.4.4...v9.5.0)
---
updated-dependencies:
- dependency-name: co.elastic.clients:elasticsearch-java
dependency-version: 9.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: elasticsearch
- dependency-name: org.elasticsearch.client:elasticsearch-rest-client
dependency-version: 9.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: elasticsearch
- dependency-name:
org.elasticsearch.client:elasticsearch-rest-client-sniffer
dependency-version: 9.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: elasticsearch
- dependency-name: org.elasticsearch.client:elasticsearch-rest-client
dependency-version: 9.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: elasticsearch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 1f0f6053f9c5..96a940508e85 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -153,8 +153,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.4.4</elasticsearch-java-client-version>
-
<elasticsearch-java-client-sniffer-version>9.4.4</elasticsearch-java-client-sniffer-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>
<endive-version>1.0.1</endive-version>
<extjwnl-version>2.0.5</extjwnl-version>
<extjwnl-data-wn31-version>1.2</extjwnl-data-wn31-version>