diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-04-09 11:40:06 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-04-09 11:40:09 -0400 |
commit | adb9eba95c4a131589009192718426592e79e2af (patch) | |
tree | 1b263bfa50b39fd07a2cb1a94af267680cafeef6 | |
parent | f369604506c0ad371ceeefebf492c3c1d80eaeab (diff) |
Upgrade to springboot 1.5.20.RELEASE
Issue-ID: AAI-2349
Change-Id: Ib2bd7d6c1be338b4884ab7579794b845ff266430
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.5.19.RELEASE</version> + <version>1.5.20.RELEASE</version> <relativePath /> </parent> <groupId>org.onap.aai.data-router</groupId> |