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 1409bf42b4f3 chore(deps): Bump
org.elasticsearch.client:elasticsearch-rest-client-sniffer
1409bf42b4f3 is described below
commit 1409bf42b4f3e83e14f0bd2ee682ed761815d588
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 9 07:47:38 2026 +0000
chore(deps): Bump org.elasticsearch.client:elasticsearch-rest-client-sniffer
Bumps
[org.elasticsearch.client:elasticsearch-rest-client-sniffer](https://github.com/elastic/elasticsearch)
from 9.3.0 to 9.3.1.
- [Release notes](https://github.com/elastic/elasticsearch/releases)
-
[Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/elastic/elasticsearch/compare/v9.3.0...v9.3.1)
---
updated-dependencies:
- dependency-name:
org.elasticsearch.client:elasticsearch-rest-client-sniffer
dependency-version: 9.3.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 f5d11e60577a..bdb46c4aa4d5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -163,7 +163,7 @@
<!-- github-api (kohsuke) for camel-github2 -->
<github-api-version>1.330</github-api-version>
<elasticsearch-java-client-version>9.3.1</elasticsearch-java-client-version>
-
<elasticsearch-java-client-sniffer-version>9.3.0</elasticsearch-java-client-sniffer-version>
+
<elasticsearch-java-client-sniffer-version>9.3.1</elasticsearch-java-client-sniffer-version>
<elytron-web>4.1.2.Final</elytron-web>
<extjwnl-version>2.0.5</extjwnl-version>
<extjwnl-data-wn31-version>1.2</extjwnl-data-wn31-version>