diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-04-15 09:59:00 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-04-15 09:59:00 -0400 |
commit | 9dcd199fa355a3f3cd9e52c0b63aee01988301ed (patch) | |
tree | a1695e025ba6db4dcac66155def8cc0fc1829b4e /springboot/springboot1/pom.xml | |
parent | 6e542836b47ad25da72789379e5932015b2dc23a (diff) |
Upgrade to latest springboot versions
Update springboot parents to use latest version of springboot 1 and 2,
to address security vulnerabilities.
Change-Id: I3ce57c541900b928ee7b51e51a5a1ffbaa4d90c3
Issue-ID: CCSDK-1228
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'springboot/springboot1/pom.xml')
-rwxr-xr-x | springboot/springboot1/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index 8dabd679..b8f644b3 100755 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.5.4.RELEASE</version> + <version>1.5.20.RELEASE</version> <relativePath/> </parent> |