summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprakash.e <prakash.e@huawei.com>2020-02-21 14:01:42 +0530
committerprakash.e <prakash.e@huawei.com>2020-02-21 14:01:53 +0530
commit8f96213a409b413ac3fc19ba1294c5c3900b10b6 (patch)
tree48a915b3b62a68489a9a57a55d97ab80e945c374
parent94833a900f8b92eac341611bd1f455f398a17978 (diff)
multivimproxy snakeyaml vulnerability fix
upgraded snakeyaml version to fix vulnerability issue Change-Id: Ia5a22057b2ab2166b78577da59eef485dbc37fd3 Issue-ID: VFC-1598 Signed-off-by: Prakash.E <prakash.e@huawei.com>
-rw-r--r--service/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pom.xml b/service/pom.xml
index 281480d..a8e88ab 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -144,7 +144,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>1.15</version>
+ <version>1.23</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>