diff options
author | Mukesh Paliwal <mukesh.paliwal1@huawei.com> | 2021-08-05 21:46:53 +0530 |
---|---|---|
committer | Mukesh Paliwal <mukesh.paliwal1@huawei.com> | 2021-08-06 10:30:33 +0000 |
commit | 69f17d57e6db02e69dc9254c6480c680f398b8ef (patch) | |
tree | 552588a4d349c1f3d042b4817ea54d6ad4882b85 /pom.xml | |
parent | e159a45c79b2cc532cf2456e50ac6d6159f79f73 (diff) |
SO Critical vulnerability.
Issue-ID: SO-3732
Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com>
Change-Id: I7703841ea89e5b409b9622a673ab766dc267ae36
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -488,7 +488,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> - <version>2.9.8</version> + <version>2.12.1</version> </dependency> </dependencies> </plugin> @@ -890,7 +890,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.5</version> + <version>2.8.0</version> <scope>compile</scope> </dependency> <dependency> |