diff options
author | Dan Timoney <dtimoney@att.com> | 2021-08-05 10:46:18 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-08-17 07:40:45 -0400 |
commit | bc67c407c4dc21e023f56ba17e4fd1f66d0bf8a9 (patch) | |
tree | fd4515713c78b3e86212ead89a3b55b80bcfc7ec /springboot/pom.xml | |
parent | 2a577ea5da129f9458b51baeb6720306d28a2442 (diff) |
Package upgrades
Upgrade third party packages to address security vulnerabilities.
Provide new parent pom for spring boot 2.5, which is not
backward compatible with spring boot 2.3
Issue-ID: CCSDK-3415
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Iffbfffb6709aeec48c35dd604b9293fb3af34a10
Diffstat (limited to 'springboot/pom.xml')
-rwxr-xr-x | springboot/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/springboot/pom.xml b/springboot/pom.xml index 8ef623af..e727b3fd 100755 --- a/springboot/pom.xml +++ b/springboot/pom.xml @@ -19,6 +19,7 @@ <module>spring-boot-setup</module> <module>springboot1</module> <module>springboot2</module> + <module>springboot25</module> </modules> <distributionManagement> |