Upgrade to springboot 1.5.20.RELEASE 99/84699/2
authorJimmy Forsyth <jf2512@att.com>
Tue, 9 Apr 2019 15:36:35 +0000 (11:36 -0400)
committerJimmy Forsyth <jf2512@att.com>
Tue, 9 Apr 2019 16:34:39 +0000 (12:34 -0400)
Issue-ID: AAI-2349
Change-Id: I6d21736b4da4483a5bf94f18ff4c3fc8e5624ba6
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
aai-core/pom.xml
aai-rest/pom.xml
aai-schema-ingest/pom.xml

index f259c8c..7c80dfe 100644 (file)
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-test</artifactId>
-            <version>1.5.19.RELEASE</version>
+            <version>1.5.20.RELEASE</version>
             <scope>test</scope>
         </dependency>
         <dependency>
index 9cd7347..4f05440 100644 (file)
@@ -38,8 +38,8 @@
     <properties>
         <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
         <eelf.core.version>1.0.1-oss</eelf.core.version>
-        <spring.boot.starter.web.version>1.5.19.RELEASE</spring.boot.starter.web.version>
-        <spring.boot.starter.parent.version>1.5.19.RELEASE</spring.boot.starter.parent.version>
+        <spring.boot.starter.web.version>1.5.20.RELEASE</spring.boot.starter.web.version>
+        <spring.boot.starter.parent.version>1.5.20.RELEASE</spring.boot.starter.parent.version>
         <spring.security.version>1.0.8.RELEASE</spring.security.version>
     </properties>
 
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-test</artifactId>
-            <version>1.5.19.RELEASE</version>
+            <version>1.5.20.RELEASE</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
index 5b81743..b73a720 100644 (file)
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
-            <version>1.5.19.RELEASE</version>
+            <version>1.5.20.RELEASE</version>
         </dependency>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-test</artifactId>
-            <version>1.5.19.RELEASE</version>
+            <version>1.5.20.RELEASE</version>
             <scope>test</scope>
         </dependency>
         <dependency>