diff options
author | jimmy <jf2512@att.com> | 2018-12-17 13:59:55 -0500 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2018-12-17 15:35:58 -0500 |
commit | a2cea50220ccf3ebb12496029c5ac3a57ea17603 (patch) | |
tree | 7bb7fcaa753695f760c5caec2120d80c02cf0224 | |
parent | fb4c5707d0f116cfd7438fa06e5273ce552345a7 (diff) |
Update to springboot 1.5.18
Change-Id: Ibc1c6a9d400f1f25748fbc041cd7dedde658a06c
Issue-ID: AAI-2013
Signed-off-by: jimmy <jf2512@att.com>
-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.17.RELEASE</version> + <version>1.5.18.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> |