diff options
author | jmac <james.macnider@amdocs.com> | 2018-11-09 18:48:00 +0000 |
---|---|---|
committer | jmac <james.macnider@amdocs.com> | 2018-11-09 18:48:05 +0000 |
commit | 5ed31b92f9ad5cf6e1bcf65888ff4b0dac0031f4 (patch) | |
tree | 8337cc9638a672162b9181dcf822c5f3fbc0656c | |
parent | 04411126b37a65f5d3f41ecd0667bb476254fb64 (diff) |
update springboot to 1.5.17
Change-Id: Id9a4aba085167320f7a877dea47902d40dea38e3
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: LOG-815
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ limitations under the License. <!-- 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> |