diff options
author | Taka Cho <tc012c@att.com> | 2018-07-17 12:07:42 -0400 |
---|---|---|
committer | Taka Cho <tc012c@att.com> | 2018-07-17 12:09:11 -0400 |
commit | de4cb2531ebce83503c33e5dfcf999f9ad4ebd7a (patch) | |
tree | 805ed7673d8c045458b238ac89106323788a861c | |
parent | cd7a170b00520b2c5cd9e51efd1d08da6bf616ad (diff) |
guava version upgrade fix nexus IQ
upgrade springfox swagger version to avoid security issue from guava.jar
Change-Id: I9c81b12886cbe82faa24e75acd2ea848edbb67e7
Issue-ID: APPC-1025
Signed-off-by: Taka Cho <tc012c@att.com>
-rw-r--r-- | CdtProxyService/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CdtProxyService/pom.xml b/CdtProxyService/pom.xml index 397f0b8..0db2333 100644 --- a/CdtProxyService/pom.xml +++ b/CdtProxyService/pom.xml @@ -88,7 +88,7 @@ <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> - <version>2.7.0</version> + <version>2.9.2</version> <scope>compile</scope> </dependency> <dependency> |