diff options
author | 2022-01-04 10:21:18 -0500 | |
---|---|---|
committer | 2022-01-04 10:21:18 -0500 | |
commit | c9cda453fb948ec06cb93a68eef56f7e0035d710 (patch) | |
tree | 0d323aa9b1aad38890535310155bde492beb605c /springboot/pom.xml | |
parent | f3f03daaa608a0db54049765f767a275237dbaf0 (diff) |
Release parent pom version 2.2.4istanbul
Release version 2.2.4 of parent poms, which upgrades log4j2
to version 2.17.1 which resolves log4shell vulnerability.
Issue-ID: CCSDK-3556
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ic10d7170468b92cb3eb4a7f6a4ece386af2a266a
Diffstat (limited to 'springboot/pom.xml')
-rwxr-xr-x | springboot/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/pom.xml b/springboot/pom.xml index 952f033f..d0c2d486 100755 --- a/springboot/pom.xml +++ b/springboot/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>parent</artifactId> - <version>2.2.4-SNAPSHOT</version> + <version>2.2.5-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>springboot-aggregator</artifactId> - <version>2.2.4-SNAPSHOT</version> + <version>2.2.5-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |