diff options
author | jmac <james.macnider@amdocs.com> | 2018-11-09 18:39:10 +0000 |
---|---|---|
committer | jmac <james.macnider@amdocs.com> | 2018-11-09 18:39:14 +0000 |
commit | 3db40109298fa346207a6b83ba362198c2d5e936 (patch) | |
tree | dafe94b35f49fe95bf188c32d4b74d85f0e447cf | |
parent | 2c913e870110d3e606c94c12a8bab7e3322bc5e5 (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |