diff options
author | jimmy <jf2512@att.com> | 2018-12-17 16:21:26 -0500 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2018-12-17 16:21:41 -0500 |
commit | ffb4a51099666255482786579b91bbb8c7adac1b (patch) | |
tree | 65bae839986a6301a71fec717d0a686002a4d5c1 | |
parent | 847b9d464fe26ac3bca915cbda65bc0e55b61677 (diff) |
Update to spring-boot 1.5.183.0.1-ONAP1.3.2casablanca
Change-Id: I915db5ad457c69bfa6421feffa59dc3b8bbab885
Issue-ID: AAI-1894
Signed-off-by: jimmy <jf2512@att.com>
-rw-r--r-- | sparkybe-onap-application/pom.xml | 2 | ||||
-rw-r--r-- | sparkybe-onap-service/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index 9832e94..6f5ca93 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.15.RELEASE</version> + <version>1.5.18.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 ce40b14..66ee10a 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.15.RELEASE</version> + <version>1.5.18.RELEASE</version> </parent> <groupId>org.onap.aai.sparky-be</groupId> |