diff options
author | Dan Timoney <dtimoney@att.com> | 2022-12-01 17:07:21 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-12-01 17:07:21 -0500 |
commit | 838199279bbfe796807be0c4d189e52abc2755bc (patch) | |
tree | ac8daf5e6fa91bb9d612b4e84edbde53c2e0dd5e | |
parent | e57c165bfcee4704be10fceca5dc570dae313a45 (diff) |
Update parent pom version to 2.4.5
Update parent pom version to 2.4.5 to pick up dmaap client version
fix
Issue-ID: CCSDK-3796
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: If1eb43aa8282c1624e555d7d9ac3e9b1071c65d4
-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.4.4</version> + <version>2.4.5</version> <relativePath/> </parent> |