Skip to content

Commit

Permalink
CVE-2021-44228 Upgrade Log4j2 to 2.15.0
Browse files Browse the repository at this point in the history
This change integrates a major fix for an exploit in log4j2.
  • Loading branch information
KarstenSchnitter committed Dec 12, 2021
1 parent ac8e76d commit a38a4ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<jackson-jr.version>2.10.1</jackson-jr.version>
<slf4j.version>1.7.30</slf4j.version>
<logback.version>1.2.3</logback.version>
<log4j2.version>2.13.3</log4j2.version>
<log4j2.version>2.15.0</log4j2.version>
<buildnumber.plugin.version>1.4</buildnumber.plugin.version>
<source.plugin.version>3.2.1</source.plugin.version>
<jar.plugin.version>3.1.0</jar.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<properties>
<tomcat.version>8.0.39</tomcat.version>
<log4j2.version>2.13.3</log4j2.version>
<log4j2.version>2.15.0</log4j2.version>
<logback.version>1.1.3</logback.version>
<jackson.version>2.5.4</jackson.version>
<slf4j.version>1.7.12</slf4j.version>
Expand Down

0 comments on commit a38a4ca

Please sign in to comment.