aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormicdzied <michal.1.dziedzic@nokia.com>2018-11-13 10:48:33 +0100
committermicdzied <michal.1.dziedzic@nokia.com>2018-11-13 10:51:53 +0100
commit0634ab9a23757b7f56c8ec4012c77f480ac8ee7f (patch)
tree59a12575652625c78bc302097c8b7a40c73e7b45
parentc1521dbf3b9012f090aa744cdd5420c1cd715489 (diff)
update versions
Change-Id: I9aead7e2b4d2d9dbc9f849ed41ea0958f0a236dd Issue-ID: DCAEGEN2-970 Signed-off-by: micdzied <michal.1.dziedzic@nokia.com>
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 317ff81d..e705599f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.2.0</version>
+ <version>1.2.1</version>
<relativePath/>
</parent>
@@ -48,8 +48,8 @@
<properties>
<java.version>8</java.version>
<immutables.version>2.5.6</immutables.version>
- <spring.version>5.1.0.RELEASE</spring.version>
- <spring-boot.version>2.0.5.RELEASE</spring-boot.version>
+ <spring.version>5.1.2.RELEASE</spring.version>
+ <spring-boot.version>2.1.0.RELEASE</spring-boot.version>
<tomcat.version>8.5.32</tomcat.version>
<slf4j.version>1.7.25</slf4j.version>
<junit-jupiter.version>5.1.0</junit-jupiter.version>