aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-04-09 12:25:14 -0400
committerJimmy Forsyth <jf2512@att.com>2019-04-09 13:20:27 -0400
commit4dddfa3cb288a7cd5a04c8f419cef1a09afde9f9 (patch)
treed34db372901b898909a9396349ff4f731bd0ad62
parent63e0c9dae3156716449fea557b8437605b09cbab (diff)
Upgrade to springboot 1.5.20.RELEASE
Issue-ID: AAI-2349 Change-Id: Ic002dd0572c90ff7fd96b79bc33871bd42cef85a Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--aai-queries/pom.xml2
-rw-r--r--aai-schema-service/pom.xml2
2 files changed, 2 insertions, 2 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>
diff --git a/aai-schema-service/pom.xml b/aai-schema-service/pom.xml
index 8511b43..aff6445 100644
--- a/aai-schema-service/pom.xml
+++ b/aai-schema-service/pom.xml
@@ -37,7 +37,7 @@
<aai.core.version>1.4.0</aai.core.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>