diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-12-17 14:46:55 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-12-17 14:46:55 -0500 |
commit | f190925bd09ca039c361f3113c23e75ba8e25c43 (patch) | |
tree | 9d40a68d2eaad2ae0f103a249586ddb2de766b9f | |
parent | 4ba9fb66ba689c706c5eb76a083dd8e854b99563 (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 6e275280..6c9b6286 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> |