summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordeen1985 <damian.nowak@nokia.com>2021-01-27 17:29:43 +0100
committerdeen1985 <damian.nowak@nokia.com>2021-01-27 17:29:52 +0100
commit74877acf4262771d9b9a4b0acebb7ab69b2e04c6 (patch)
tree0d5216be516e590523d8b008cdb922fb679d438e
parent5e694ba1575828a51704d2804471918ab5280aa1 (diff)
[DCAE/PM-Mapper] Vulnerability removal
Change-Id: I78fa9aeac93af1f236dcd16ff079eb614aaacd58 Signed-off-by: Damian Nowak <damian.nowak@nokia.com> Issue-ID: DCAEGEN2-2597
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index bb1a1b4..672071e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
<!--
============LICENSE_START=======================================================
Copyright (C) 2019-2020 Nordix Foundation.
- Copyright (C) 2020 Nokia. All rights reserved.
+ Copyright (C) 2020-2021 Nokia. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -45,10 +45,10 @@
<sl4j.version>1.7.25</sl4j.version>
<logback.version>1.2.3</logback.version>
<reactor.version>3.4.0</reactor.version>
- <undertow.version>2.0.30.Final</undertow.version>
+ <undertow.version>2.2.3.Final</undertow.version>
<gson.version>2.8.5</gson.version>
<freemarker.version>2.3.28</freemarker.version>
- <commons.io.version>2.6</commons.io.version>
+ <commons.io.version>2.8.0</commons.io.version>
<xml.version>2.3.1</xml.version>
<jaxb.version>2.3.0.1</jaxb.version>
<!-- Testing Test Dependencies -->