diff options
author | RehanRaza <muhammad.rehan.raza@est.tech> | 2021-01-26 13:46:36 +0100 |
---|---|---|
committer | RehanRaza <muhammad.rehan.raza@est.tech> | 2021-01-26 13:46:48 +0100 |
commit | b56e7814288411c208664aceaa60c110ff09d115 (patch) | |
tree | c7754bb6d29deb0ebbbd8034c92b95d1bb9ae9fe /springboot/spring-boot-setup/src/main | |
parent | b7a46845ac344248d7133767f4fc05f05dd325f3 (diff) |
Upgrade to the latest springboot release
Upgrade to 2.3.8.RELEASE to fix the security vulnerabilities.
Change-Id: I40c2702aca612f265cb4928f392ec4ec4f223aea
Issue-ID: CCSDK-3108
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
Diffstat (limited to 'springboot/spring-boot-setup/src/main')
-rw-r--r-- | springboot/spring-boot-setup/src/main/properties/springboot2.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/spring-boot-setup/src/main/properties/springboot2.properties b/springboot/spring-boot-setup/src/main/properties/springboot2.properties index ab784993..3bd4976b 100644 --- a/springboot/spring-boot-setup/src/main/properties/springboot2.properties +++ b/springboot/spring-boot-setup/src/main/properties/springboot2.properties @@ -1,5 +1,5 @@ springbootparent.artifactId=spring-boot-starter-parent springbootparent.groupId=org.springframework.boot -springbootparent.version=2.3.5.RELEASE +springbootparent.version=2.3.8.RELEASE springboot.project.artifactId=spring-boot-starter-parent -spring.version=5.2.10.RELEASE
\ No newline at end of file +spring.version=5.2.12.RELEASE
\ No newline at end of file |