diff options
author | Dan Timoney <dtimoney@att.com> | 2022-01-03 11:49:40 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-01-03 11:49:40 -0500 |
commit | 156d2a9035bee86af55d323ec387d64e125ee178 (patch) | |
tree | 7accf5252005f5588e6318b5c75878bf2f8fadc1 /installed-odl-bom/pom.xml | |
parent | a56665c31c74fe8292161faa6aea406f24396fc0 (diff) |
Upgrade to log4j2 2.17.1
Upgrade to log4j2 version 2.17.1 to correct log4shell vulnerability
Issue-ID: CCSDK-3556
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I61a3fdd9854a1beee70abed1fd8542cdf664756a
Diffstat (limited to 'installed-odl-bom/pom.xml')
-rw-r--r-- | installed-odl-bom/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/installed-odl-bom/pom.xml b/installed-odl-bom/pom.xml index f7c9cc9e..776796f4 100644 --- a/installed-odl-bom/pom.xml +++ b/installed-odl-bom/pom.xml @@ -4179,17 +4179,17 @@ <dependency> <groupId>org.ops4j.pax.logging</groupId> <artifactId>pax-logging-api</artifactId> - <version>2.0.9</version> + <version>2.0.14</version> </dependency> <dependency> <groupId>org.ops4j.pax.logging</groupId> <artifactId>pax-logging-log4j2</artifactId> - <version>2.0.9</version> + <version>2.0.14</version> </dependency> <dependency> <groupId>org.ops4j.pax.logging</groupId> <artifactId>pax-logging-logback</artifactId> - <version>2.0.9</version> + <version>2.0.14</version> </dependency> <dependency> <groupId>org.ops4j.pax.tipi</groupId> |