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 88b6ef790c4606b39d0a51d67880790e2a66e5d7 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Sep 9 08:04:18 2020 +0200 Upgrade Elasticsearch to version 7.9.0 --- parent/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index b53f572..e469b4b 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -162,9 +162,9 @@ <debezium-mysql-connector-version>8.0.16</debezium-mysql-connector-version> <egit-github-core-version>2.1.5</egit-github-core-version> <ehcache3-version>3.9.0</ehcache3-version> - <elasticsearch-rest-sniffer-version>7.8.0</elasticsearch-rest-sniffer-version> - <elasticsearch-rest-cluster-runner-version>7.8.0.0</elasticsearch-rest-cluster-runner-version> - <elasticsearch-rest-version>7.8.0</elasticsearch-rest-version> + <elasticsearch-rest-sniffer-version>7.9.0</elasticsearch-rest-sniffer-version> + <elasticsearch-rest-cluster-runner-version>7.9.0.0</elasticsearch-rest-cluster-runner-version> + <elasticsearch-rest-version>7.9.0</elasticsearch-rest-version> <elsql-version>1.3</elsql-version> <elytron-web>1.7.0.CR3</elytron-web> <etcd4j-version>2.18.0</etcd4j-version>