diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-24 13:38:21 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-24 13:38:21 -0400 |
commit | 3cefa7c55ef8dd4a4495274ed7c444e520fd34c9 (patch) | |
tree | 549dfc643d59c754aea7bcb1e6e646dec7d25ed6 /springboot/springboot2 | |
parent | e45b6a2c0f8efcbf73ece25bfebbec8d6624525e (diff) |
Update to latest springboot versions
Upgrade to latest spring-boot-starter-parent versions in order to
get latest security patches for spring and its dependencies
Change-Id: I149d9a75e26725943bbfaf70af91cf725fe1ca16
Issue-ID: CCSDK-1750
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'springboot/springboot2')
-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 57462991..d8d0a940 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.1.6.RELEASE</version> + <version>2.1.8.RELEASE</version> <relativePath/> </parent> |