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 98daec80a28c chore(deps): Bump elasticsearch-java-client-version from 
9.4.1 to 9.4.2
98daec80a28c is described below

commit 98daec80a28ccb3775b5a178996764d9dcf72324
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 1 07:17:17 2026 +0000

    chore(deps): Bump elasticsearch-java-client-version from 9.4.1 to 9.4.2
    
    Bumps `elasticsearch-java-client-version` from 9.4.1 to 9.4.2.
    
    Updates `co.elastic.clients:elasticsearch-java` from 9.4.1 to 9.4.2
    - [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.1...v9.4.2)
    
    Updates `org.elasticsearch.client:elasticsearch-rest-client` from 9.4.1 to 
9.4.2
    - [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.1...v9.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: co.elastic.clients:elasticsearch-java
      dependency-version: 9.4.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.elasticsearch.client:elasticsearch-rest-client
      dependency-version: 9.4.2
      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 e2e9990c01be..63925511b65b 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.1</elasticsearch-java-client-version>
+        
<elasticsearch-java-client-version>9.4.2</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>

Reply via email to