aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2018-08-20 14:16:36 -0400
committerKajur, Harish (vk250x) <vk250x@att.com>2018-08-20 14:16:42 -0400
commit8ba7eba05406220cbdf03adb3179c561578596c5 (patch)
tree6970e369a94d0d57ff8ef1606032a25008911a7e
parent4ba8c40a6b509f1bc2085641ee1f4e6b80eb6ea9 (diff)
Update graphadmin to spring boot 1.5.15
Issue-ID: AAI-1517 Change-Id: I15e2b650bd74e2e3e2065338f031ae63d0d6ab18 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
-rwxr-xr-xpom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2f5d69f..f9b9232 100755
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,8 @@
<skip.integration.tests>true</skip.integration.tests>
<!-- End of Test Related Properties -->
+ <spring.boot.version>1.5.15.RELEASE</spring.boot.version>
+
<!-- Start of Sonar Related Properties -->
<sonar.language>java</sonar.language>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
@@ -355,7 +357,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>1.5.12.RELEASE</version>
+ <version>${spring.boot.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>