diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-12-17 14:46:55 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2018-12-17 19:56:43 +0000 |
commit | d5125039dd3176bc27dbf6f19dc12c793f66448a (patch) | |
tree | c5124cfcac0b9ab2534b88b417936dcb6580af90 | |
parent | d6c5b3c29cffb114894b9bd85cae71489a185e22 (diff) |
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) <dtimoney@att.com>
-rwxr-xr-x | springboot/springboot2/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <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> |