aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmac <james.macnider@amdocs.com>2018-11-09 18:48:00 +0000
committerjmac <james.macnider@amdocs.com>2018-11-09 18:48:05 +0000
commit5ed31b92f9ad5cf6e1bcf65888ff4b0dac0031f4 (patch)
tree8337cc9638a672162b9181dcf822c5f3fbc0656c
parent04411126b37a65f5d3f41ecd0667bb476254fb64 (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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 02e3a85..519d725 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>