From 8287e34104ce634d2a20c5906ddb53a2a4fe6959 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Fri, 14 Sep 2018 11:23:32 -0400 Subject: [PATCH] Upgrade elasticsearch v6.3.0 Resolves a security issue around information disclosure. The recommendation is to upgrade to this version for the fix. Issue-ID: POLICY-1063 Change-Id: Idebb19d2c530b716a25aa91832c053e6b2d0ffce Signed-off-by: Pamela Dragosh --- ONAP-PAP-REST/pom.xml | 4 ++-- POLICY-SDK-APP/pom.xml | 2 +- pom.xml | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ONAP-PAP-REST/pom.xml b/ONAP-PAP-REST/pom.xml index e335128e0..8abc40013 100644 --- a/ONAP-PAP-REST/pom.xml +++ b/ONAP-PAP-REST/pom.xml @@ -160,7 +160,7 @@ org.eclipse.jgit org.eclipse.jgit - 3.2.0.201312181205-r + 5.0.3.201809091024-r org.apache.tomcat @@ -272,7 +272,7 @@ org.elasticsearch elasticsearch - 6.2.2 + ${elasticsearch.version} io.searchbox diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index 182ed4168..5964a641c 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -188,7 +188,7 @@ org.elasticsearch elasticsearch - 6.2.2 + ${elasticsearch.version} org.json diff --git a/pom.xml b/pom.xml index 794085f22..4c055ac0e 100644 --- a/pom.xml +++ b/pom.xml @@ -65,6 +65,7 @@ 2.9.4 1.3.3 1.18 + 6.3.0 PolicyEngineUtils -- 2.16.6