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 | |
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>
-rw-r--r-- | ONAP-PAP-REST/pom.xml | 2 | ||||
-rw-r--r-- | POLICY-SDK-APP/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ONAP-PAP-REST/pom.xml b/ONAP-PAP-REST/pom.xml index c0a6d0bb8..65a544b0f 100644 --- a/ONAP-PAP-REST/pom.xml +++ b/ONAP-PAP-REST/pom.xml @@ -307,7 +307,7 @@ <dependency> <groupId>org.elasticsearch</groupId> <artifactId>elasticsearch</artifactId> - <version>5.1.2</version> + <version>6.2.2</version> </dependency> <dependency> <groupId>io.searchbox</groupId> 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> |