From 8ba7eba05406220cbdf03adb3179c561578596c5 Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Mon, 20 Aug 2018 14:16:36 -0400 Subject: [PATCH] Update graphadmin to spring boot 1.5.15 Issue-ID: AAI-1517 Change-Id: I15e2b650bd74e2e3e2065338f031ae63d0d6ab18 Signed-off-by: Kajur, Harish (vk250x) --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2f5d69f..f9b9232 100755 --- a/pom.xml +++ b/pom.xml @@ -46,6 +46,8 @@ true + 1.5.15.RELEASE + java jacoco @@ -355,7 +357,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.12.RELEASE + ${spring.boot.version} import pom -- 2.16.6