From: Pamela Dragosh Date: Tue, 13 Mar 2018 18:50:14 +0000 (-0400) Subject: Upgrade to latest elasticsearch X-Git-Tag: v1.2.0~59^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=commitdiff_plain;h=78232bcb0d1bb4a4ec4329dda72f10e5193ed380 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 --- 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 @@ org.elasticsearch elasticsearch - 5.1.2 + 6.2.2 io.searchbox 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 @@ org.elasticsearch elasticsearch - 2.2.0 + 6.2.2 org.json