Code Review
/
vfc
/
nfvo
/
multivimproxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
94833a9
)
multivimproxy snakeyaml vulnerability fix
26/102126/1
author
prakash.e
<prakash.e@huawei.com>
Fri, 21 Feb 2020 08:31:42 +0000
(14:01 +0530)
committer
prakash.e
<prakash.e@huawei.com>
Fri, 21 Feb 2020 08:31:53 +0000
(14:01 +0530)
upgraded snakeyaml version to fix vulnerability issue
Change-Id: Ia5a22057b2ab2166b78577da59eef485dbc37fd3
Issue-ID: VFC-1598
Signed-off-by: Prakash.E <prakash.e@huawei.com>
service/pom.xml
patch
|
blob
|
history
diff --git
a/service/pom.xml
b/service/pom.xml
index
281480d
..
a8e88ab
100644
(file)
--- a/
service/pom.xml
+++ b/
service/pom.xml
@@
-144,7
+144,7
@@
<dependency>
\r
<groupId>org.yaml</groupId>
\r
<artifactId>snakeyaml</artifactId>
\r
- <version>1.
15
</version>
\r
+ <version>1.
23
</version>
\r
</dependency>
\r
<dependency>
\r
<groupId>org.apache.logging.log4j</groupId>
\r