From d5125039dd3176bc27dbf6f19dc12c793f66448a Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Mon, 17 Dec 2018 14:46:55 -0500 Subject: Update springboot to 2.1.0.RELEASE 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) --- springboot/springboot2/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index 80627c90..915fec8a 100755 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.4.RELEASE + 2.1.0.RELEASE -- cgit 1.2.3-korg