Upgrade to latest springboot versions 24/85324/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Mon, 15 Apr 2019 13:59:00 +0000 (09:59 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Mon, 15 Apr 2019 13:59:00 +0000 (09:59 -0400)
Update springboot parents to use latest version of springboot 1 and 2,
to address security vulnerabilities.

Change-Id: I3ce57c541900b928ee7b51e51a5a1ffbaa4d90c3
Issue-ID: CCSDK-1228
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
springboot/springboot1/pom.xml
springboot/springboot2/pom.xml

index 8dabd67..b8f644b 100755 (executable)
@@ -11,7 +11,7 @@
        <parent>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-parent</artifactId>
-               <version>1.5.4.RELEASE</version>
+               <version>1.5.20.RELEASE</version>
                <relativePath/>
        </parent>
 
index 397baf0..51aed33 100755 (executable)
@@ -11,7 +11,7 @@
        <parent>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-parent</artifactId>
-               <version>2.1.0.RELEASE</version>
+               <version>2.1.4.RELEASE</version>
                <relativePath/>
        </parent>