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 6a38ce5d94aa chore(deps): Bump elasticsearch-java-client-version from
9.4.0 to 9.4.1
6a38ce5d94aa is described below
commit 6a38ce5d94aacc9059a4aeffb0c30dd2a2cf87af
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 21 12:48:10 2026 +0000
chore(deps): Bump elasticsearch-java-client-version from 9.4.0 to 9.4.1
Bumps `elasticsearch-java-client-version` from 9.4.0 to 9.4.1.
Updates `co.elastic.clients:elasticsearch-java` from 9.4.0 to 9.4.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.4.0...v9.4.1)
Updates `org.elasticsearch.client:elasticsearch-rest-client` from 9.4.0 to
9.4.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.4.0...v9.4.1)
---
updated-dependencies:
- dependency-name: co.elastic.clients:elasticsearch-java
dependency-version: 9.4.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.elasticsearch.client:elasticsearch-rest-client
dependency-version: 9.4.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 2ef285659ed1..40afdc537156 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -152,7 +152,7 @@
<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.0</elasticsearch-java-client-version>
+
<elasticsearch-java-client-version>9.4.1</elasticsearch-java-client-version>
<elasticsearch-java-client-sniffer-version>9.4.1</elasticsearch-java-client-sniffer-version>
<extjwnl-version>2.0.5</extjwnl-version>
<extjwnl-data-wn31-version>1.2</extjwnl-data-wn31-version>