diff options
author | 2019-04-02 11:55:36 -0700 | |
---|---|---|
committer | 2019-04-02 11:55:38 -0700 | |
commit | e93913a77a630501cc158c384e105a978bab50e8 (patch) | |
tree | 5b2ea4347c48dcd37dfde90b03f30e1afa27dafb | |
parent | 677e13bc7b88ef025d4e5081bfdb09f0e90acfad (diff) |
Update to latest springboot
Issue-ID: AAI-2253
Change-Id: I3e201603ffb6cc8d3eab5ab0184576f0dd130591
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | search-data-service-app/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index 10e84dd..485e9a4 100644 --- a/search-data-service-app/pom.xml +++ b/search-data-service-app/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>spring-boot-starter-parent</artifactId> <groupId>org.springframework.boot</groupId> - <version>1.5.18.RELEASE</version> + <version>1.5.19.RELEASE</version> </parent> <groupId>org.onap.aai.search-data-service</groupId> |