diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -2,6 +2,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2019-2020 Nordix Foundation. + Copyright (C) 2020 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. @@ -26,7 +27,7 @@ <groupId>org.onap.dcaegen2.services</groupId> <artifactId>pm-mapper</artifactId> - <version>1.4.2-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> <parent> <groupId>org.onap.oparent</groupId> @@ -43,7 +44,7 @@ <lombok.version>1.18.4</lombok.version> <sl4j.version>1.7.25</sl4j.version> <logback.version>1.2.3</logback.version> - <reactor.version>3.2.3.RELEASE</reactor.version> + <reactor.version>3.4.0</reactor.version> <undertow.version>2.0.30.Final</undertow.version> <gson.version>2.8.5</gson.version> <freemarker.version>2.3.28</freemarker.version> @@ -59,7 +60,7 @@ <junit4.version>4.12</junit4.version> <jsonschema.version>1.3.0</jsonschema.version> <xerces.version>2.11.0</xerces.version> - <reactor.test>3.1.0.RELEASE</reactor.test> + <reactor.test>3.4.0</reactor.test> <!-- Plugin Versions --> <jacoco.version>0.8.2</jacoco.version> <surefire.version>2.22.0</surefire.version> |