summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Paquette <francis.paquette@amdocs.com>2018-08-24 14:12:43 -0400
committerFrancis Paquette <francis.paquette@amdocs.com>2018-08-24 14:14:32 -0400
commitb0a0d9b4f114bd5dd54c121215119722ce1b034d (patch)
tree4d1d4f91a5fbf81f236bc9490cc9ccc747ce8857
parentf9d3379dfa2b0d67aef0ba4937018d6c6023a77e (diff)
Updated springboot to version 1.5.15
Issue-ID: AAI-1538 Change-Id: I0e9731be13799c187f3c2a600934dcc9f195a389 Signed-off-by: Francis Paquette <francis.paquette@amdocs.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 0f81a17..8472544 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.12.RELEASE</version>
+ <version>1.5.15.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 5527f71..f1649ba 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.12.RELEASE</version>
+ <version>1.5.15.RELEASE</version>
</parent>
<groupId>org.onap.aai.sparky-be</groupId>