Skip to content

Commit 09510f8

Browse files
committed
Updating log4j2 version to 2.17.0 to mitigate CVE-2021-45105
1 parent 7a69ba7 commit 09510f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,14 @@
139139
<groupId>org.apache.logging.log4j</groupId>
140140
<artifactId>log4j-api</artifactId>
141141
<!-- Matches Hive, the primary user of log4j2 -->
142-
<version>2.16.0</version>
142+
<version>2.17.0</version>
143143
<scope>compile</scope>
144144
</dependency>
145145
<dependency>
146146
<groupId>org.apache.logging.log4j</groupId>
147147
<artifactId>log4j-core</artifactId>
148148
<!-- Matches Hive, the primary user of log4j2 -->
149-
<version>2.16.0</version>
149+
<version>2.17.0</version>
150150
<scope>compile</scope>
151151
</dependency>
152152
<dependency>

0 commit comments

Comments
 (0)