diff options
author | Avinash S <avinash.s@huawei.com> | 2018-03-09 04:44:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-09 04:44:02 +0000 |
commit | 1943e174063c7eab7a940e4ac167bc6556bc14ec (patch) | |
tree | 639a9213defe7b01fee453df0a4967908074566b /vnfmarket-be/vnf-sdk-marketplace/pom.xml | |
parent | 1491d33172f01bee49a38487e3e381be64302c7e (diff) | |
parent | f091c83dd2a68711ba603ffc7ef2fe4b1c69ec62 (diff) |
Merge "Fix more security issues"
Diffstat (limited to 'vnfmarket-be/vnf-sdk-marketplace/pom.xml')
-rw-r--r-- | vnfmarket-be/vnf-sdk-marketplace/pom.xml | 8 |
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> |