diff options
author | jmac <james.macnider@amdocs.com> | 2018-11-09 18:52:36 +0000 |
---|---|---|
committer | jmac <james.macnider@amdocs.com> | 2018-11-09 18:52:43 +0000 |
commit | c1404a3c4bc598285030ef084f6110045791d213 (patch) | |
tree | d5d1c0849388ea72d4f7894a90c4f4abfdbbde19 | |
parent | 4e7f39f1c1a032a9e72696317a6ac801d0541ba1 (diff) |
update springboot to 1.5.17
Change-Id: I2fc1e441b5b49b8e29a7f8c64157f2901f482613
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: LOG-813
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ <!-- Import dependency management from Spring Boot -->
<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>
|