Skip to content

Commit

Permalink
Update to log4j2 2.15.0 to fix security issue (#11909)
Browse files Browse the repository at this point in the history
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 log4j2 version
  • Loading branch information
normanmaurer committed Dec 10, 2021
1 parent 4ebeb74 commit af708b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@
<jni.classifier>${os.detected.name}-${os.detected.arch}</jni.classifier>
<logging.config>${project.basedir}/../common/src/test/resources/logback-test.xml</logging.config>
<logging.logLevel>debug</logging.logLevel>
<log4j2.version>2.6.2</log4j2.version>
<log4j2.version>2.15.0</log4j2.version>
<enforcer.plugin.version>1.4.1</enforcer.plugin.version>
<junit.version>5.7.0</junit.version>
<testJavaHome>${java.home}</testJavaHome>
Expand Down

0 comments on commit af708b3

Please sign in to comment.