aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2021-02-04 13:18:45 +0000
committerGerrit Code Review <gerrit@onap.org>2021-02-04 13:18:45 +0000
commit307ea99aec88799edda09ccd54116eddf0e4d50e (patch)
tree478232f8089e70e0e16a0358625f06bd57237352 /pom.xml
parenta137dfc901cf4d631561d9076a28b6f9cba9cb82 (diff)
parent14011f96caec688a121f9a9f19a0f27c37a67770 (diff)
Merge "Upgrade Spring Boot and Spring Cloud versions"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 00c683c2..28f5c32a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
~ ============LICENSE_START=======================================================
~ PNF-REGISTRATION-HANDLER
~ ================================================================================
- ~ Copyright (C) 2018-2020 NOKIA Intellectual Property. All rights reserved.
+ ~ Copyright (C) 2018-2021 NOKIA Intellectual Property. 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.
@@ -47,8 +47,8 @@
<properties>
<java.version>11</java.version>
- <spring-boot.version>2.2.4.RELEASE</spring-boot.version>
- <spring-cloud.version>Greenwich.SR1</spring-cloud.version>
+ <spring-boot.version>2.4.2</spring-boot.version>
+ <spring-cloud.version>2020.0.1</spring-cloud.version>
<springfox.version>3.0.0</springfox.version>
<immutables.version>2.7.5</immutables.version>
<sdk.version>1.4.3</sdk.version>