diff options
author | Dan Timoney <dtimoney@att.com> | 2021-08-03 11:28:00 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-08-03 11:28:00 -0400 |
commit | 9c23b606e3040abb0f8b49ad87fea6b7124e5427 (patch) | |
tree | 09a5ce0841cb7341c1c5507640c076a9cb33e60c /springboot/spring-boot-setup/src/main/properties | |
parent | 10f7357ab7b746062b4f22df2a251f11634d5d20 (diff) |
Update to spring boot version 2.3.12.RELEASE
Update to latest version of spring boot 2.3
Issue-ID: CCSDK-3291
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ie475c749fa9e8b58cae2aadbde0e8e9b40790f4d
Diffstat (limited to 'springboot/spring-boot-setup/src/main/properties')
-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 3bd4976b..6e69d7fd 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.8.RELEASE +springbootparent.version=2.3.12.RELEASE springboot.project.artifactId=spring-boot-starter-parent -spring.version=5.2.12.RELEASE
\ No newline at end of file +spring.version=5.2.15.RELEASE
\ No newline at end of file |