aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmac <james.macnider@amdocs.com>2018-11-09 18:32:11 +0000
committerJames MacNider <James.MacNider@amdocs.com>2018-11-09 18:33:30 +0000
commit46bd2fd5ee63061a0d7fb54715ba5a1c9c965bf8 (patch)
treeddc5535510fc480aa09bc038917c4bb39f8f1228
parent6c1c9d3d7e726aee313222fa2a2da70ec4ca67b3 (diff)
update springboot to 1.5.17
Change-Id: I6b4d93fb77d2d2c0d7dff9cd54b236af566b145a Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: LOG-812
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7ac437b..f01138a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<dependency>
<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>