summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-04-11 10:24:10 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-04-11 11:23:35 +0800
commit53a997f9ffd7cbdf49154dacaf54042344ed594a (patch)
tree81dd4cb7fa4b7d7e39a2ef112a8c67bf49b6e04b
parentb8cd7b169e6246de2ab00d1c8e9c3f6d248907b3 (diff)
fix security issue
Issue-ID: VFC-1287 Change-Id: I695bf0c164cc5fba8b4334e3bb47ba3758251bb1 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r--juju/juju-vnfmadapter/Juju-vnfmadapterService/service/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/juju/juju-vnfmadapter/Juju-vnfmadapterService/service/pom.xml b/juju/juju-vnfmadapter/Juju-vnfmadapterService/service/pom.xml
index 3728790..d2f5949 100644
--- a/juju/juju-vnfmadapter/Juju-vnfmadapterService/service/pom.xml
+++ b/juju/juju-vnfmadapter/Juju-vnfmadapterService/service/pom.xml
@@ -78,7 +78,7 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>3.1.6</version>
+ <version>3.2.6</version>
</dependency>
<dependency>
<groupId>org.mybatis</groupId>
@@ -104,12 +104,12 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
- <version>3.1.0.RELEASE</version>
+ <version>5.1.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
- <version>3.2.14.RELEASE</version>
+ <version>5.1.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
@@ -119,7 +119,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
- <version>3.1.0.RELEASE</version>
+ <version>5.1.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
@@ -263,7 +263,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
- <version>1.9</version>
+ <version>1.18</version>
</dependency>
<dependency>
<groupId>org.tukaani</groupId>