diff options
author | jmac <james.macnider@amdocs.com> | 2018-11-09 19:39:27 +0000 |
---|---|---|
committer | jmac <james.macnider@amdocs.com> | 2018-11-09 19:39:34 +0000 |
commit | 46116d2c304dc3df4de06cee353da52daa9ce8ab (patch) | |
tree | 0b3c1c5f91a5782ede057367c779cca3fa107a78 | |
parent | 3f5ba3e09c2056a83e7376c24b7c44ac3e6d32dd (diff) |
update springboot to 1.5.17
Change-Id: Ifaf34775e0738fabca8b222b12e7e7860fe30595
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: LOG-814
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ limitations under the License. <!-- Import dependency management from Spring Boot --> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> - <version>1.5.12.RELEASE</version> + <version>1.5.17.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> |