aboutsummaryrefslogtreecommitdiffstats
path: root/ONAP-PAP-REST/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-03-13 14:50:14 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-03-13 15:00:31 -0400
commit78232bcb0d1bb4a4ec4329dda72f10e5193ed380 (patch)
tree0ae016ce48e46e372bf5b50f1d2f14ba35d4bebb /ONAP-PAP-REST/pom.xml
parent5cf9644d075da38f2a0caa3645bbc0250b363595 (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 'ONAP-PAP-REST/pom.xml')
-rw-r--r--ONAP-PAP-REST/pom.xml2
1 files changed, 1 insertions, 1 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>