aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmac <james.macnider@amdocs.com>2018-11-09 18:52:36 +0000
committerjmac <james.macnider@amdocs.com>2018-11-09 18:52:43 +0000
commitc1404a3c4bc598285030ef084f6110045791d213 (patch)
treed5d1c0849388ea72d4f7894a90c4f4abfdbbde19
parent4e7f39f1c1a032a9e72696317a6ac801d0541ba1 (diff)
update springboot to 1.5.17
Change-Id: I2fc1e441b5b49b8e29a7f8c64157f2901f482613 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: LOG-813
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index dcc51da..5561080 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
- <version>1.5.15.RELEASE</version>
+ <version>1.5.17.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>