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 d1211fcb3500 chore(deps): Bump
org.elasticsearch.client:elasticsearch-rest-client-sniffer
d1211fcb3500 is described below
commit d1211fcb3500696c4681341063cb89f06b335499
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 21 07:23:42 2026 +0000
chore(deps): Bump org.elasticsearch.client:elasticsearch-rest-client-sniffer
Bumps the elasticsearch group with 1 update:
[org.elasticsearch.client:elasticsearch-rest-client-sniffer](https://github.com/elastic/elasticsearch).
Updates `org.elasticsearch.client:elasticsearch-rest-client-sniffer` from
9.5.3 to 9.5.4
- [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.3...v9.5.4)
---
updated-dependencies:
- dependency-name:
org.elasticsearch.client:elasticsearch-rest-client-sniffer
dependency-version: 9.5.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: elasticsearch
...
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 eaa45ba5b97e..c43d02246ac4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -165,7 +165,7 @@
<!-- github-api (kohsuke) for camel-github2 -->
<github-api-version>1.330</github-api-version>
<elasticsearch-java-client-version>9.5.4</elasticsearch-java-client-version>
-
<elasticsearch-java-client-sniffer-version>9.5.3</elasticsearch-java-client-sniffer-version>
+
<elasticsearch-java-client-sniffer-version>9.5.4</elasticsearch-java-client-sniffer-version>
<endive-version>1.1.0</endive-version>
<extjwnl-version>2.0.5</extjwnl-version>
<extjwnl-data-wn31-version>1.2</extjwnl-data-wn31-version>