Upgrade to springboot 1.5.20.RELEASE 20/84720/2
authorJimmy Forsyth <jf2512@att.com>
Tue, 9 Apr 2019 16:25:14 +0000 (12:25 -0400)
committerJimmy Forsyth <jf2512@att.com>
Tue, 9 Apr 2019 17:20:27 +0000 (13:20 -0400)
Issue-ID: AAI-2349
Change-Id: Ic002dd0572c90ff7fd96b79bc33871bd42cef85a
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
aai-queries/pom.xml
aai-schema-service/pom.xml

index 23a48ca..69bbcff 100644 (file)
         <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>
index 8511b43..aff6445 100644 (file)
@@ -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>