From 78232bcb0d1bb4a4ec4329dda72f10e5193ed380 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 13 Mar 2018 14:50:14 -0400 Subject: [PATCH] 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 --- ONAP-PAP-REST/pom.xml | 2 +- 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 @@ 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 -- 2.16.6