diff options
author | Dan Timoney <dtimoney@att.com> | 2022-01-03 14:02:41 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-01-03 14:02:41 -0500 |
commit | 23bbabcd5bd5b107e6536b88390bab09dac5e636 (patch) | |
tree | f1bbf5be217101bac8322e48de86476f18cab126 /pom.xml | |
parent | 6e5625b242c92c7e6763f03daae8cb3238ee760d (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: I9febd972ef9cee30361894ed11de13f3fb375f91
Diffstat (limited to 'pom.xml')
-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-starter-parent</artifactId> - <version>2.3.0</version> + <version>2.3.2</version> <relativePath/> </parent> |