diff options
author | Dan Timoney <dtimoney@att.com> | 2023-02-24 21:11:27 +0000 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-02-24 21:11:27 +0000 |
commit | 0c86f1b9e28d0f30deee209fab366703074d1ec7 (patch) | |
tree | 97cc922e1f980a1bb8706b3e1809c3092570d9a4 | |
parent | 52a18309fb3008f419335fb83fd0ef5011b15f7d (diff) |
Use version 2.5.3 parent poms
Update to use latest released London parent poms v2.5.3
Issue-ID: CCSDK-3813
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I1a71b1142d6424453cdf1282159b04fdd0e105fb
-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.1</version> + <version>2.5.3</version> <relativePath/> </parent> |