summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-04-09 12:53:55 -0400
committerJimmy Forsyth <jf2512@att.com>2019-04-09 12:53:59 -0400
commit4a1475a80a94a148b3c39881d88f3854a4ab1330 (patch)
treee17cb35a80be61aee5a8c103293db67425a605d5
parent55d98d4c82ed48eb70372744e0d15750158ea226 (diff)
Upgrade to springboot 1.5.20.RELEASE
Issue-ID: AAI-2349 Change-Id: Iab5a87ae6dafb90c54e49543ddc6e7348d730997 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--sparkybe-onap-application/pom.xml2
-rw-r--r--sparkybe-onap-service/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml
index 70c303e..62f72a2 100644
--- a/sparkybe-onap-application/pom.xml
+++ b/sparkybe-onap-application/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>1.5.19.RELEASE</version>
+ <version>1.5.20.RELEASE</version>
</parent>
<groupId>org.onap.aai.sparky-be</groupId>
diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml
index 9586c75..0ba894f 100644
--- a/sparkybe-onap-service/pom.xml
+++ b/sparkybe-onap-service/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>1.5.19.RELEASE</version>
+ <version>1.5.20.RELEASE</version>
</parent>
<groupId>org.onap.aai.sparky-be</groupId>