diff options
author | Dan Timoney <dtimoney@att.com> | 2023-04-04 14:36:38 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-04-04 14:50:59 -0400 |
commit | d8843d601e577f19fcf89f9ea32a715fc08610a9 (patch) | |
tree | 8448a825a6ef7aaaa97d4bdcb45810add9525f98 /pom.xml | |
parent | 0c86f1b9e28d0f30deee209fab366703074d1ec7 (diff) |
Update to use released London version of CCSDK dependencies
Upgrade to use released London version of CCSDK parent pom and
directed graphs
Issue-ID: CCSDK-3876
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I53e738250471ac9422d09d260e1fb22eaf5c98c9
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-26-starter-parent</artifactId> - <version>2.5.3</version> + <version>2.5.4</version> <relativePath/> </parent> |