aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmac <james.macnider@amdocs.com>2018-11-09 18:32:11 +0000
committerjmac <james.macnider@amdocs.com>2018-11-09 18:33:06 +0000
commitf9b13cc0070b230d47c4ec149ca774c7cdb8f53c (patch)
treea1ab56c72216a100e463df9f0aad32d65b31a8f1
parent65f4a56f694099f7a25d252c264eda1437b85c23 (diff)
update springboot to 1.5.17
Change-Id: I6b4d93fb77d2d2c0d7dff9cd54b236af566b145a Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: LOG-818
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 339a1a4..93f8334 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>