diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-04-11 11:47:00 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-04-11 11:47:06 +0800 |
commit | 767a0f794b991dc6b7fdb9733fd7221210f742a8 (patch) | |
tree | f5002bb085bce18d3fbbbd91f6c408e0bd265520 /ResmanagementService | |
parent | cddca276afbcfae77ffe016852566af78f0eca72 (diff) |
fix security issue
Issue-ID: VFC-1282
Change-Id: I17d82169cd8fd3b1e7be0753a4a1c74261143c9f
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'ResmanagementService')
-rw-r--r-- | ResmanagementService/service/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ResmanagementService/service/pom.xml b/ResmanagementService/service/pom.xml index b64e50a..ec9711a 100644 --- a/ResmanagementService/service/pom.xml +++ b/ResmanagementService/service/pom.xml @@ -187,7 +187,7 @@ <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> |