Skip to content

Commit f321b37

Browse files
committed
supports mitigation of CVE-2021-44228 by updating log4j2 to version 2.16.0, see: https://logging.apache.org/log4j/2.x/changes-report.html#a2.16.0
1 parent 9f4a5d9 commit f321b37

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
@@ -87,7 +87,7 @@
8787
<junit.version>4.13.2</junit.version>
8888

8989
<slf4j.version>1.7.32</slf4j.version>
90-
<log4j.version>2.15.0</log4j.version>
90+
<log4j.version>2.16.0</log4j.version>
9191

9292
<maven.license.plugin>2.0.0</maven.license.plugin>
9393
<maven.compiler.plugin>3.8.1</maven.compiler.plugin>

0 commit comments

Comments
 (0)