diff options
author | jitendra007 <jitendra.sharma1@huawei.com> | 2020-08-27 19:00:35 +0530 |
---|---|---|
committer | jitendra007 <jitendra.sharma1@huawei.com> | 2020-08-27 19:04:01 +0530 |
commit | 057e9a7c16d117606303312d779c54d9c4dad7aa (patch) | |
tree | b9c336009f58170f75a97009f10364416d83bc90 /validate | |
parent | 29e3d400b200b0567caa6c5768d51ebc2ce2a891 (diff) |
Fix commons-io vulnerability
Issue-ID: CLI-313
Signed-off-by: jitendra007 <jitendra.sharma1@huawei.com>
Change-Id: I81cff52d3629c61f67ffa21fd40cd53a213e167e
Diffstat (limited to 'validate')
-rw-r--r-- | validate/validation/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validate/validation/pom.xml b/validate/validation/pom.xml index 5d7cd430..5c85481f 100644 --- a/validate/validation/pom.xml +++ b/validate/validation/pom.xml @@ -125,7 +125,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.6</version> + <version>2.7</version> </dependency> </dependencies> <build><plugins> |