diff options
author | Dan Timoney <dtimoney@att.com> | 2023-02-24 21:20:16 +0000 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-02-24 21:20:16 +0000 |
commit | ddfd6749e7585581adad67878e0789967869a80a (patch) | |
tree | b22a2631b7e8beb3f5da8cbecc51cc4918b59c5e | |
parent | 7e16496a5f6390d2480d9f79d09ab05b2f7f752d (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: I84983ca3376e03e683782a223f3b57e4648b9942
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ limitations under the License. <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> |