diff options
author | jitendra007 <jitendra.sharma1@huawei.com> | 2020-08-12 11:17:53 +0530 |
---|---|---|
committer | jitendra007 <jitendra.sharma1@huawei.com> | 2020-08-12 11:22:02 +0530 |
commit | 41c8b867dc2057933fce671f8c85e3b11385ea1d (patch) | |
tree | 8e0b108490a1b516d1bb1a4286d14aae01f1ecd0 /csarvalidation/pom.xml | |
parent | 4c059762652cd47c2f5a37deec36b3bdb2381782 (diff) |
fix snakeyaml vulnerability
Issue-ID: VNFSDK-584
Signed-off-by: jitendra007 <jitendra.sharma1@huawei.com>
Change-Id: Id91ed81d3b104e507eefc242a59e19918564233c
Diffstat (limited to 'csarvalidation/pom.xml')
-rw-r--r-- | csarvalidation/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csarvalidation/pom.xml b/csarvalidation/pom.xml index 389997d..3dbbf9e 100644 --- a/csarvalidation/pom.xml +++ b/csarvalidation/pom.xml @@ -49,7 +49,7 @@ <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>1.18</version> + <version>1.26</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |