aboutsummaryrefslogtreecommitdiffstats
path: root/ONAP-PAP-REST/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-09-14 11:23:32 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-09-17 09:18:21 -0400
commit8287e34104ce634d2a20c5906ddb53a2a4fe6959 (patch)
tree6df120780c12afb54fb176e991d74f1e6d8cb764 /ONAP-PAP-REST/pom.xml
parenta1a279f01734ba32f12b44186d6278dfebbf6385 (diff)
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 <pdragosh@research.att.com>
Diffstat (limited to 'ONAP-PAP-REST/pom.xml')
-rw-r--r--ONAP-PAP-REST/pom.xml4
1 files changed, 2 insertions, 2 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 @@
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
- <version>3.2.0.201312181205-r</version>
+ <version>5.0.3.201809091024-r</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
@@ -272,7 +272,7 @@
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
- <version>6.2.2</version>
+ <version>${elasticsearch.version}</version>
</dependency>
<dependency>
<groupId>io.searchbox</groupId>