diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-04-09 11:42:18 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-04-09 11:42:21 -0400 |
commit | fc5f58e1652c556b608464b3910e50f0db0e8125 (patch) | |
tree | cb2fb0959e43d700c6073d7233fca11dde7b0c08 /aai-resources/pom.xml | |
parent | 8e53c7b077c5043f371e19e518256103dce7c13a (diff) |
Upgrade to springboot 1.5.20.RELEASE
Issue-ID: AAI-2349
Change-Id: I41e2e52e918b9997e8a37616536f84a46a84682d
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r-- | aai-resources/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 42c1832..e0b7e1d 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -40,7 +40,7 @@ <aai.schema.ingest.version>1.4.1</aai.schema.ingest.version> <hbase.version>1.0.2</hbase.version> - <spring.boot.version>1.5.19.RELEASE</spring.boot.version> + <spring.boot.version>1.5.20.RELEASE</spring.boot.version> <!-- Start of the jacoco plugin properties --> <sonar.language>java</sonar.language> |