diff options
author | mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> | 2020-07-15 17:27:57 +0530 |
---|---|---|
committer | mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> | 2020-07-15 17:27:57 +0530 |
commit | db410668b9e3eca991a55d5ed43981ade4978689 (patch) | |
tree | 5b68275a55621b40d0f71d3e73e7fac9c28dd920 | |
parent | 0d6c72274bb8d80aa7740ecd95f0968b7cc5249c (diff) |
remove RESTConf collector vulnerability
Issue-ID: DCAEGEN2-2269
Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com>
Change-Id: Ie1bc422bfef9b8bcbd800d4223c280f3b658d219
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -353,7 +353,7 @@ limitations under the License. <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.9.9</version> + <version>2.11.0</version> </dependency> <dependency> <groupId>org.springframework.security</groupId> @@ -442,7 +442,7 @@ limitations under the License. <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger-ui</artifactId> - <version>2.9.2</version> + <version>2.10.5</version> <scope>compile</scope> </dependency> <dependency> |