Github user mmiklavc commented on a diff in the pull request: https://github.com/apache/metron/pull/946#discussion_r172351786 --- Diff: pom.xml --- @@ -97,7 +97,7 @@ <global_hadoop_version>${base_hadoop_version}</global_hadoop_version> <global_hbase_version>${base_hbase_version}</global_hbase_version> <global_flume_version>${base_flume_version}</global_flume_version> - <global_elasticsearch_version>5.6.2</global_elasticsearch_version> + <global_elasticsearch_version>5.6.7</global_elasticsearch_version> --- End diff -- Just noticed this - what's the motivation for changing ES versions as part of this PR?
---