diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-04-09 12:25:14 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-04-09 13:20:27 -0400 |
commit | 4dddfa3cb288a7cd5a04c8f419cef1a09afde9f9 (patch) | |
tree | d34db372901b898909a9396349ff4f731bd0ad62 /aai-queries/pom.xml | |
parent | 63e0c9dae3156716449fea557b8437605b09cbab (diff) |
Upgrade to springboot 1.5.20.RELEASE
Issue-ID: AAI-2349
Change-Id: Ic002dd0572c90ff7fd96b79bc33871bd42cef85a
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'aai-queries/pom.xml')
-rw-r--r-- | aai-queries/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-queries/pom.xml b/aai-queries/pom.xml index 23a48ca..69bbcff 100644 --- a/aai-queries/pom.xml +++ b/aai-queries/pom.xml @@ -129,7 +129,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-test</artifactId> - <version>1.5.15.RELEASE</version> + <version>1.5.20.RELEASE</version> <scope>test</scope> </dependency> </dependencies> |