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 3537a66ab9f chore(deps): Bump
org.elasticsearch.client:elasticsearch-rest-client-sniffer (#16883)
3537a66ab9f is described below
commit 3537a66ab9fabb1d8de5c5b38a5fa278a26c2bf0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 22 10:16:06 2025 +0100
chore(deps): Bump
org.elasticsearch.client:elasticsearch-rest-client-sniffer (#16883)
Bumps
[org.elasticsearch.client:elasticsearch-rest-client-sniffer](https://github.com/elastic/elasticsearch)
from 8.17.0 to 8.17.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/v8.17.0...v8.17.1)
---
updated-dependencies:
- dependency-name:
org.elasticsearch.client:elasticsearch-rest-client-sniffer
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 be7a35ef71d..0ff3b3727a3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -145,7 +145,7 @@
<egit-github-core-version>2.1.5</egit-github-core-version>
<ehcache3-version>3.10.8</ehcache3-version>
<elasticsearch-java-client-version>8.17.1</elasticsearch-java-client-version>
-
<elasticsearch-java-client-sniffer-version>8.17.0</elasticsearch-java-client-sniffer-version>
+
<elasticsearch-java-client-sniffer-version>8.17.1</elasticsearch-java-client-sniffer-version>
<elytron-web>4.1.0.Final</elytron-web>
<exec-maven-plugin-version>3.5.0</exec-maven-plugin-version>
<fastjson-version>2.0.54</fastjson-version>