Update to latest springboot versions 87/96187/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Tue, 24 Sep 2019 17:38:21 +0000 (13:38 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Tue, 24 Sep 2019 17:38:21 +0000 (13:38 -0400)
Upgrade to latest spring-boot-starter-parent versions in order to
get latest security patches for spring and its dependencies

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

index a347109..482f226 100755 (executable)
@@ -11,7 +11,7 @@
        <parent>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-parent</artifactId>
-               <version>1.5.21.RELEASE</version>
+               <version>1.5.22.RELEASE</version>
                <relativePath/>
        </parent>
 
index 5746299..d8d0a94 100755 (executable)
@@ -11,7 +11,7 @@
        <parent>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-parent</artifactId>
-               <version>2.1.6.RELEASE</version>
+               <version>2.1.8.RELEASE</version>
                <relativePath/>
        </parent>