Skip to content

Commit 132ad66

Browse files
arp7zmolnar-inf
authored andcommitted
COMPX-8291. Upgrade log4j2 and logredactor to address CVE-2021-44832.
Change-Id: I29f88c27dee32e76e846724eea9dcebcc0cb05f9
1 parent 5833bdb commit 132ad66

File tree

1 file changed

+3
-3
lines changed
  • hadoop-common-project/hadoop-common

1 file changed

+3
-3
lines changed

hadoop-common-project/hadoop-common/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
<dependency>
4545
<groupId>org.apache.logging.log4j</groupId>
4646
<artifactId>log4j-api</artifactId>
47-
<version>2.16.0</version>
47+
<version>2.17.1</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.apache.logging.log4j</groupId>
5151
<artifactId>log4j-core</artifactId>
52-
<version>2.16.0</version>
52+
<version>2.17.1</version>
5353
</dependency>
5454
</dependencies>
5555
</dependencyManagement>
@@ -368,7 +368,7 @@
368368
<dependency>
369369
<groupId>org.cloudera.logredactor</groupId>
370370
<artifactId>logredactor</artifactId>
371-
<version>2.0.11</version>
371+
<version>2.0.13</version>
372372
<scope>runtime</scope>
373373
<optional>true</optional>
374374
</dependency>

0 commit comments

Comments
 (0)