diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-13 14:50:14 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-13 15:00:31 -0400 |
commit | 78232bcb0d1bb4a4ec4329dda72f10e5193ed380 (patch) | |
tree | 0ae016ce48e46e372bf5b50f1d2f14ba35d4bebb /POLICY-SDK-APP | |
parent | 5cf9644d075da38f2a0caa3645bbc0250b363595 (diff) |
Upgrade to latest elasticsearch
Will not clear any CLM issue but this for uses a version that is
using the latest lucene-queryparser. It is noted in the CVE for
lucene-queryparser that elasticsearch is not affected by the
issue. We will upgrade to keep up with the latest code.
Issue-ID: POLICY-507
Change-Id: I8580dbc704c48245faf298304b8aec76c9e773c4
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'POLICY-SDK-APP')
-rw-r--r-- | POLICY-SDK-APP/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index 6f1091eea..153299eb8 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -181,7 +181,7 @@ <dependency> <groupId>org.elasticsearch</groupId> <artifactId>elasticsearch</artifactId> - <version>2.2.0</version> + <version>6.2.2</version> </dependency> <dependency> <groupId>org.json</groupId> |