diff options
author | jmac <james.macnider@amdocs.com> | 2018-11-09 18:32:11 +0000 |
---|---|---|
committer | James MacNider <James.MacNider@amdocs.com> | 2018-11-09 18:33:30 +0000 |
commit | 46bd2fd5ee63061a0d7fb54715ba5a1c9c965bf8 (patch) | |
tree | ddc5535510fc480aa09bc038917c4bb39f8f1228 | |
parent | 6c1c9d3d7e726aee313222fa2a2da70ec4ca67b3 (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.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>
|