Update springboot to 2.1.0.RELEASE 60/74760/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Mon, 17 Dec 2018 19:46:55 +0000 (14:46 -0500)
committerDan Timoney <dtimoney@att.com>
Mon, 17 Dec 2018 19:56:43 +0000 (19:56 +0000)
Update springboot version to 2.1.0.RELEASE to resolve security
vulnerability in dom4j version used in earlier releases.

Change-Id: I6beea39f43856e2ca7377694babcfe3210cddfa4
Issue-ID: SDNC-537
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
springboot/springboot2/pom.xml

index 80627c9..915fec8 100755 (executable)
@@ -11,7 +11,7 @@
        <parent>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-parent</artifactId>
-               <version>2.0.4.RELEASE</version>
+               <version>2.1.0.RELEASE</version>
                <relativePath/>
        </parent>