diff options
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 --> |