diff options
author | yangyan <yangyanyj@chinamobile.com> | 2018-04-03 14:53:11 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2018-04-03 14:53:22 +0800 |
commit | 08dfef7b20d0565c45a62a9023c5ff9c9055fa6f (patch) | |
tree | f07af6ce584defc805024562033d973e90793891 | |
parent | 5ee807353a6767be83641d22fe2ac977a8d835dc (diff) |
Fix security issue
Issue-ID: VFC-864
Change-Id: I5e7eec9f807b9507212959d54a95c906dc00f12e
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r-- | ems/boco/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ems/boco/pom.xml b/ems/boco/pom.xml index d83efbb..fc726c6 100644 --- a/ems/boco/pom.xml +++ b/ems/boco/pom.xml @@ -275,7 +275,7 @@ <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> - <version>2.11.0</version> + <version>2.11.0.SP5</version> </dependency> <dependency> <groupId>com.googlecode.libphonenumber</groupId> |