summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMurali-P <murali.p@huawei.com>2018-03-09 10:05:21 +0530
committerMurali-P <murali.p@huawei.com>2018-03-09 10:05:21 +0530
commitf091c83dd2a68711ba603ffc7ef2fe4b1c69ec62 (patch)
tree5ef24ba05ddf8f927dcb543334d2962d714d98b3
parent7dbda3605e0809e4e2c3402b1f98f721f8e5110d (diff)
Fix more security issues
Fix security issues raised by LF Issue-ID: VNFSDK-161 Change-Id: I284db6ba3e362714acfe1d89489444710e2b2828 Signed-off-by: Murali-P <murali.p@huawei.com>
-rw-r--r--vnfmarket-be/vnf-sdk-marketplace/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/vnfmarket-be/vnf-sdk-marketplace/pom.xml b/vnfmarket-be/vnf-sdk-marketplace/pom.xml
index 1577526d..0f4fd776 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.2.1</cxf.version>
+ <cxf.version>3.2.2</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.9.3</version>
+ <version>1.2.4</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
@@ -66,12 +66,12 @@
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-assets</artifactId>
- <version>0.9.3</version>
+ <version>1.2.4</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-hibernate</artifactId>
- <version>0.9.3</version>
+ <version>1.2.4</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>