summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-02-07 13:02:32 -0500
committerPamela Dragosh <pdragosh@research.att.com>2018-02-07 13:08:07 -0500
commit54f5e12e55286d84ee289c2a8af2cd8bf06c51bd (patch)
tree900d06bb5c86a1f6c96a6e2b9400106ce9871fd8 /pom.xml
parent69bc099c641d98e8264c6c56a667c9ee29587639 (diff)
Upgrade dependencies to solve security issues
Not guaranteed, but these are dependencies that we can fix that will hopefully close some of the security issues flagged by LF. Issue-ID: POLICY-506 Change-Id: I2ddd5254e53241159f9483b5442cac6f8a1bdbab Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 44ae9b8b..2b8109d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
============LICENSE_START=======================================================
ONAP Policy Engine - Drools PDP
================================================================================
- Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -43,9 +43,9 @@
<dmaap.version>1.0.0</dmaap.version>
<cambria.version>0.0.1</cambria.version>
<jersey.version>2.25.1</jersey.version>
- <jersey.swagger.version>1.5.16</jersey.swagger.version>
- <jackson.version>2.9.1</jackson.version>
- <http.client.version>4.5.2</http.client.version>
+ <jersey.swagger.version>1.5.18</jersey.swagger.version>
+ <jackson.version>2.9.3</jackson.version>
+ <http.client.version>4.5.5</http.client.version>
<http.core.version>4.4.4</http.core.version>
<logback.version>1.2.3</logback.version>
<junit.version>4.12</junit.version>