You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ap...@apache.org on 2024/01/04 10:01:24 UTC

(camel) branch main updated: Bump elasticsearch-java-client-version from 8.10.4 to 8.11.3

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 d706385ba9e Bump elasticsearch-java-client-version from 8.10.4 to 8.11.3
d706385ba9e is described below

commit d706385ba9ea1cd6c4575fa6a680b104f0dc6442
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jan 4 09:45:18 2024 +0000

    Bump elasticsearch-java-client-version from 8.10.4 to 8.11.3
    
    Bumps `elasticsearch-java-client-version` from 8.10.4 to 8.11.3.
    
    Updates `co.elastic.clients:elasticsearch-java` from 8.10.4 to 8.11.3
    - [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/v8.10.4...v8.11.3)
    
    Updates `org.elasticsearch.client:elasticsearch-rest-client` from 8.10.4 to 8.11.3
    - [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.10.4...v8.11.3)
    
    ---
    updated-dependencies:
    - dependency-name: co.elastic.clients:elasticsearch-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.elasticsearch.client:elasticsearch-rest-client
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index dd2dceff8af..98ed55816f3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -136,7 +136,7 @@
         <eddsa-version>0.3.0</eddsa-version>
         <egit-github-core-version>2.1.5</egit-github-core-version>
         <ehcache3-version>3.10.8</ehcache3-version>
-        <elasticsearch-java-client-version>8.10.4</elasticsearch-java-client-version>
+        <elasticsearch-java-client-version>8.11.3</elasticsearch-java-client-version>
         <elasticsearch-java-client-sniffer-version>8.11.3</elasticsearch-java-client-sniffer-version>
         <elytron-web>4.0.0.Final</elytron-web>
         <exec-maven-plugin-version>3.1.1</exec-maven-plugin-version>