aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-04-09 11:45:13 -0400
committerJimmy Forsyth <jf2512@att.com>2019-04-09 12:40:24 -0400
commitb6b8bd6e744d6ca2d20439c83946630a0fea770f (patch)
tree1dce71ef3fd780e3718403f69adc0f2e10f3577a
parent3cfa198db347c873b400067219dff4b9537437c0 (diff)
Upgrade to springboot 1.5.20.RELEASE
Issue-ID: AAI-2349 Change-Id: I3ff4a61dec190b255e1898911e912906e6b28c16 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rwxr-xr-xpom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index acb6a60..d1c0ac9 100755
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,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>
<!-- Start of Sonar Related Properties -->
<sonar.language>java</sonar.language>
@@ -1053,7 +1053,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.20.RELEASE</version>
<configuration>
<mainClass>${start-class}</mainClass>
<layout>ZIP</layout>