diff options
author | 2019-04-02 11:32:01 -0700 | |
---|---|---|
committer | 2019-04-02 11:32:05 -0700 | |
commit | db978bdc1ceb30e4e8b47599d770c08bcf6aecc7 (patch) | |
tree | 824606a6504884d0b48833a15a703ddd6cf5598f /pom.xml | |
parent | c1cf3b69163f89f3abef4a05739107d28b05c6dd (diff) |
Update to latest springboot
Issue-ID: AAI-2248
Change-Id: I25475de71c4c57772139381d0049d7d8870514bf
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,7 +49,7 @@ <skip.integration.tests>true</skip.integration.tests> <!-- End of Test Related Properties --> - <spring.boot.version>1.5.18.RELEASE</spring.boot.version> + <spring.boot.version>1.5.19.RELEASE</spring.boot.version> <eclipse.jetty.version>9.4.1.v20170120</eclipse.jetty.version> @@ -586,7 +586,7 @@ due to the fact that the plugin 1.5.15.RELEASE was built using maven 3.5 while the current build version being used by our jenkins is 3.3.9 --> - <version>1.5.12.RELEASE</version> + <version>1.5.19.RELEASE</version> <configuration> <mainClass>${start-class}</mainClass> <layout>ZIP</layout> |