diff options
author | Dan Timoney <dtimoney@att.com> | 2022-01-10 10:22:13 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-01-10 10:22:13 -0500 |
commit | 0d470050ddc0537107f6fbc802d91297cac1bc38 (patch) | |
tree | 8da47484eaaa4dd554a90df38e03835ddfb776d6 /SdncReports | |
parent | ff4df72ee32053d215b64cafd4b7b879a5cd6e92 (diff) |
Use ccsdk images with log4j fix
Update SDNC to use CCSDK base images with log4j v 2.17.1 fix
Issue-ID: CCSDK-3556
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ifcaef896f757ba234cd7a8cb9caf5f25a627191c
Former-commit-id: e8c7fe9ddbbfb602d1192e0421cd82430dce8fa8
Diffstat (limited to 'SdncReports')
-rw-r--r-- | SdncReports/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SdncReports/pom.xml b/SdncReports/pom.xml index b872e862..b3bed3f1 100644 --- a/SdncReports/pom.xml +++ b/SdncReports/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-1-starter-parent</artifactId> - <version>2.2.2</version> + <version>2.2.4</version> <relativePath/> </parent> |