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 afe959f73c9f chore(deps): Bump
org.elasticsearch.client:elasticsearch-rest-client-sniffer (#23203)
afe959f73c9f is described below
commit afe959f73c9f6a6a230820929435fe74ca04fcca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 14 11:15:35 2026 +0200
chore(deps): Bump
org.elasticsearch.client:elasticsearch-rest-client-sniffer (#23203)
Bumps
[org.elasticsearch.client:elasticsearch-rest-client-sniffer](https://github.com/elastic/elasticsearch)
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:
org.elasticsearch.client:elasticsearch-rest-client-sniffer
dependency-version: 9.4.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 9450b63d61ae..8e63102b8154 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -154,7 +154,7 @@
<!-- 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-sniffer-version>9.4.0</elasticsearch-java-client-sniffer-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>
<exec-maven-plugin-version>3.6.3</exec-maven-plugin-version>