diff options
author | Dan Timoney <dtimoney@att.com> | 2022-01-03 16:44:03 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-01-03 16:44:03 -0500 |
commit | f3f03daaa608a0db54049765f767a275237dbaf0 (patch) | |
tree | 16b70e3f00af7caca2f08ee6d392f3755d6d6afa /installed-odl-bom | |
parent | ab5bfc93c00d7e16e54730374e9fec84d91e0c16 (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: I26727d116f066f4041e374d06b894223a86c96a4
Diffstat (limited to 'installed-odl-bom')
-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 7c275d54..1af4fb88 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> |