You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/07/11 15:10:58 UTC

[camel] branch opensearch created (now a7dde89c727)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch opensearch
in repository https://gitbox.apache.org/repos/asf/camel.git


      at a7dde89c727 Upgrade Opensearch java client to version 2.6.0

This branch includes the following new commits:

     new a7dde89c727 Upgrade Opensearch java client to version 2.6.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: Upgrade Opensearch java client to version 2.6.0

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch opensearch
in repository https://gitbox.apache.org/repos/asf/camel.git

commit a7dde89c727f5b6690eade8c4b0b82049a2d3a34
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jul 11 17:10:20 2023 +0200

    Upgrade Opensearch java client to version 2.6.0
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f73a0ad553c..3543cf2b5bd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -379,7 +379,7 @@
         <openapi-generator>6.2.1</openapi-generator>
         <openjpa-version>3.2.2</openjpa-version>
         <opensearch-rest-client-version>2.8.0</opensearch-rest-client-version>
-        <opensearch-java-client-version>2.5.0</opensearch-java-client-version>
+        <opensearch-java-client-version>2.6.0</opensearch-java-client-version>
         <opensearch-version>2.8.0</opensearch-version>
         <opensearch-testcontainers-version>2.0.0</opensearch-testcontainers-version>
         <openstack4j-version>3.11</openstack4j-version>