diff options
author | Dan Timoney <dtimoney@att.com> | 2020-09-08 11:29:14 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-09-08 11:29:14 -0400 |
commit | 25d7b4994faa6887b6dade80a9c964ee0b4d78b7 (patch) | |
tree | f31d0514bda7eac31008a675960e03405123713f /ms/blueprintsprocessor/parent | |
parent | a6ccdb679ed78b174bb9cb507821827235972632 (diff) |
Upgrade springfox to version 2.10.5
Upgrade version of springfox to 2.10.5 to address known security
vulnerabilities.
Issue-ID: CCSDK-2634
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I2c86040748382c6f8f9891d704ee92320cbe2240
Diffstat (limited to 'ms/blueprintsprocessor/parent')
-rwxr-xr-x | ms/blueprintsprocessor/parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 91cc4a01c..1fdd58224 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -40,7 +40,7 @@ <dmaap.client.version>1.1.5</dmaap.client.version> <!-- Should be using released artifact as soon as available: --> <!-- https://github.com/springfox/springfox/milestone/44 --> - <springfox.swagger2.version>2.9.2</springfox.swagger2.version> + <springfox.swagger2.version>2.10.5</springfox.swagger2.version> <eelf.version>1.0.0</eelf.version> <onap.logger.slf4j>1.2.2</onap.logger.slf4j> <hazelcast.version>4.0</hazelcast.version> |