aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-04-09 11:48:12 -0400
committerJimmy Forsyth <jf2512@att.com>2019-04-09 11:48:13 -0400
commit41410a41450794d2c04a92a85943083bb10ac49b (patch)
tree18da08f26e6b38dc547307266f4b520dd443c915
parentdb978bdc1ceb30e4e8b47599d770c08bcf6aecc7 (diff)
Upgrade to springboot 1.5.20.RELEASE
Issue-ID: AAI-2349 Change-Id: Ic711f17f1c2bfb0d954ec58f05433a3fbf1d9eff Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index b1d03f4..0a32985 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
<skip.integration.tests>true</skip.integration.tests>
<!-- End of Test Related Properties -->
- <spring.boot.version>1.5.19.RELEASE</spring.boot.version>
+ <spring.boot.version>1.5.20.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.19.RELEASE</version>
+ <version>1.5.20.RELEASE</version>
<configuration>
<mainClass>${start-class}</mainClass>
<layout>ZIP</layout>