Skip to content

Commit 4312720

Browse files
authored
Update to log4j 2.15.0 to fix security issue (#11907)
Motivation: log4j 2.15.0 was released to fix a 0-day security issue. While the log4j dependency is fully optional we should still upgrade. See https://www.lunasec.io/docs/blog/log4j-zero-day/ Modifications: Upgrade to 2.15.0 Result: Use non-affected log4j version
1 parent 19b503b commit 4312720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@
786786
<dependency>
787787
<groupId>org.apache.logging.log4j</groupId>
788788
<artifactId>log4j-1.2-api</artifactId>
789-
<version>2.14.1</version>
789+
<version>2.15.0</version>
790790
<exclusions>
791791
<exclusion>
792792
<artifactId>mail</artifactId>

0 commit comments

Comments
 (0)