diff options
author | Dan Timoney <dtimoney@att.com> | 2022-01-03 13:22:36 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-01-03 13:22:36 -0500 |
commit | 4d62788c11ac7e3a18e5c4b3eccf5eb5896bde70 (patch) | |
tree | 28fab8e4a7304a4baeb1a70f47ca690a0fcdca9b /sdnr/northbound/energysavings/installer/pom.xml | |
parent | ee8832b274dd7306834691ae032b31f1c19d3e9e (diff) |
Upgrade to log4j2 2.17.1
Update to use version 2.17.1 to resolve log4shell vulnerability
Issue-ID: CCSDK-3556
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ic6ab14fb8f49fdd506647ccc58dc8b20fb014c8d
Diffstat (limited to 'sdnr/northbound/energysavings/installer/pom.xml')
-rwxr-xr-x | sdnr/northbound/energysavings/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/northbound/energysavings/installer/pom.xml b/sdnr/northbound/energysavings/installer/pom.xml index dc5bab12b..cb59de03f 100755 --- a/sdnr/northbound/energysavings/installer/pom.xml +++ b/sdnr/northbound/energysavings/installer/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.3.1</version> + <version>2.3.2</version> <relativePath/> </parent> |