diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-04-11 11:13:52 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-04-11 11:31:52 +0800 |
commit | f50b93ada64ed6554c3b9b42f836ac711c543871 (patch) | |
tree | 3515462b55415d1e93a9569143822a32894529ac | |
parent | 9f0b0ddd37ad570a8eb5a6547f0f1375713b0cb8 (diff) |
fix security issue
Change-Id: I6124f3932ff731bbaea1b6ba46c98306b33746ec
Issue-ID: VFC-1281
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r-- | service/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pom.xml b/service/pom.xml index e6c091f..0172687 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -174,7 +174,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>
|