aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket-be/vnf-sdk-marketplace/pom.xml
diff options
context:
space:
mode:
authorMurali-P <murali.p@huawei.com>2018-03-08 19:50:10 +0530
committerMurali-P <murali.p@huawei.com>2018-03-08 19:50:10 +0530
commit7dbda3605e0809e4e2c3402b1f98f721f8e5110d (patch)
tree0f367ecdc10bc4bdc7dd7d5340b4d88fda1c3ae9 /vnfmarket-be/vnf-sdk-marketplace/pom.xml
parentce22668ee030a461c4c764823ae4fbc9d393e21c (diff)
Fix security issues
Fix security issues raised by LF Issue-ID: VNFSDK-161 Change-Id: I08fab87716d6d6648fdd8316c7dc2a0be981473b Signed-off-by: Murali-P <murali.p@huawei.com>
Diffstat (limited to 'vnfmarket-be/vnf-sdk-marketplace/pom.xml')
-rw-r--r--vnfmarket-be/vnf-sdk-marketplace/pom.xml19
1 files changed, 7 insertions, 12 deletions
diff --git a/vnfmarket-be/vnf-sdk-marketplace/pom.xml b/vnfmarket-be/vnf-sdk-marketplace/pom.xml
index 952925b5..1577526d 100644
--- a/vnfmarket-be/vnf-sdk-marketplace/pom.xml
+++ b/vnfmarket-be/vnf-sdk-marketplace/pom.xml
@@ -22,7 +22,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <cxf.version>3.1.9</cxf.version>
+ <cxf.version>3.2.1</cxf.version>
<!-- slf4j.version>1.6.1</slf4j.version> -->
<maven.test.skip>false</maven.test.skip>
<maven.test.failure.ignore>false</maven.test.failure.ignore>
@@ -55,7 +55,7 @@
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId>
- <version>0.8.0</version>
+ <version>0.9.3</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
@@ -66,12 +66,12 @@
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-assets</artifactId>
- <version>0.8.0</version>
+ <version>0.9.3</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-hibernate</artifactId>
- <version>0.8.0</version>
+ <version>0.9.3</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
@@ -97,7 +97,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
- <version>4.5.2</version>
+ <version>4.5.3</version>
</dependency>
<!-- consumer -->
<dependency>
@@ -179,12 +179,7 @@
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.13</version>
</dependency>
- <dependency>
- <groupId>net.sf.json-lib</groupId>
- <artifactId>json-lib</artifactId>
- <version>2.4</version>
- <classifier>jdk15</classifier>
- </dependency>
+
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-io</artifactId>
@@ -218,7 +213,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.19.1</version>
+ <version>2.20</version>
<configuration>
<forkMode>always</forkMode>
<argLine>${surefireArgLine}</argLine>