Skip to content

Commit b4c69ec

Browse files
YutSeanApache9
authored andcommitted
HBASE-26561 [hbase-operator-tools] Upgrade log4j2 to 2.15.0 to address CVE-2021-44228 (#95)
Signed-off-by: Pankaj Kumar <pankajkumar@apache.org> Signed-off-by: Duo Zhang <zhangduo@apache.org>
1 parent 0ca1fa6 commit b4c69ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

hbase-hbck2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<description>HBCK for HBase 2+</description>
3333
<properties>
3434
<hbase-thirdparty.version>2.2.1</hbase-thirdparty.version>
35-
<log4j2.version>2.11.1</log4j2.version>
35+
<log4j2.version>2.15.0</log4j2.version>
3636
</properties>
3737

3838
<build>

hbase-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<description>Utility Maintenance tools for HBase 2+</description>
3636
<properties>
3737
<hbase-thirdparty.version>2.2.1</hbase-thirdparty.version>
38-
<log4j2.version>2.11.1</log4j2.version>
38+
<log4j2.version>2.15.0</log4j2.version>
3939
</properties>
4040

4141
<dependencies>

0 commit comments

Comments
 (0)