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 2019/09/05 09:29:15 UTC

[camel] 01/03: Upgrade Elasticsearch and related bundle to version 7.3.1

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

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

commit 57d361925798dad508fc43dd8c9bf9133faccd9d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 5 10:39:44 2019 +0200

    Upgrade Elasticsearch and related bundle to version 7.3.1
---
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c3786b7..84f3af6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -176,10 +176,10 @@
         <ehcache-version>2.10.6</ehcache-version>
         <ehcache3-version>3.7.0</ehcache3-version>
         <ekstazi-maven-plugin-version>5.3.0</ekstazi-maven-plugin-version>
-        <elasticsearch-rest-sniffer-version>7.1.1</elasticsearch-rest-sniffer-version>
+        <elasticsearch-rest-sniffer-version>7.3.1</elasticsearch-rest-sniffer-version>
         <elasticsearch-rest-cluster-runner-version>7.1.1.0</elasticsearch-rest-cluster-runner-version>
-        <elasticsearch-rest-version>7.1.1</elasticsearch-rest-version>
-        <elasticsearch-rest-bundle-version>7.1.1_1</elasticsearch-rest-bundle-version>
+        <elasticsearch-rest-version>7.3.1</elasticsearch-rest-version>
+        <elasticsearch-rest-bundle-version>7.3.1_1</elasticsearch-rest-bundle-version>
         <elsql-version>1.3</elsql-version>
         <eddsa-version>0.3.0</eddsa-version>
         <embedmongo-version>2.1.1</embedmongo-version>