aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-04-09 11:50:31 -0400
committerJimmy Forsyth <jf2512@att.com>2019-04-09 11:50:35 -0400
commit81ca3e9b760f419ed914b83a8ac41766fc8fe6b1 (patch)
tree5c09dacc48271787ce1f1120d75d35a26de3dee8
parent86e2176caad215b18c5b41aec428a2632afafd55 (diff)
Upgrade to springboot 1.5.20.RELEASE
Issue-ID: AAI-2349 Change-Id: If00774ba874123b50d4f8fb3971f6c98d9ee6706 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 3044d66..2b794ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@ limitations under the License.
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
- <version>1.5.19.RELEASE</version>
+ <version>1.5.20.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>