diff options
author | jmac <james.macnider@amdocs.com> | 2018-11-09 18:32:11 +0000 |
---|---|---|
committer | jmac <james.macnider@amdocs.com> | 2018-11-09 18:33:06 +0000 |
commit | f9b13cc0070b230d47c4ec149ca774c7cdb8f53c (patch) | |
tree | a1ab56c72216a100e463df9f0aad32d65b31a8f1 | |
parent | 65f4a56f694099f7a25d252c264eda1437b85c23 (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.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>
|