summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmac <james.macnider@amdocs.com>2018-11-09 18:39:10 +0000
committerjmac <james.macnider@amdocs.com>2018-11-09 18:39:14 +0000
commit3db40109298fa346207a6b83ba362198c2d5e936 (patch)
treedafe94b35f49fe95bf188c32d4b74d85f0e447cf
parent2c913e870110d3e606c94c12a8bab7e3322bc5e5 (diff)
update springboot to 1.5.17
Change-Id: I99eda7de33d76cd80882dbe226ccd62d1829b430 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: LOG-811
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e81f052..13dce12 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>