Skip to content

Commit

Permalink
Merge pull request #22127 from gsmet/2.2.4-backports-3
Browse files Browse the repository at this point in the history
Update Log4j 2 API to 2.15.0 - 2.2
  • Loading branch information
gsmet authored Dec 12, 2021
2 parents 6eafc4f + 708ac73 commit b67bd12
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ updates:
- dependency-name: com.jcraft:jzlib
- dependency-name: org.jboss.logging:*
- dependency-name: org.jboss.logmanager:*
- dependency-name: org.apache.logging.log4j:log4j-api
- dependency-name: org.glassfish:jakarta-el
# Quarkus
- dependency-name: io.quarkus.gizmo:gizmo
Expand Down
10 changes: 10 additions & 0 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@
<gson.version>2.8.6</gson.version>
<webjars-locator-core.version>0.46</webjars-locator-core.version>
<log4j2-jboss-logmanager.version>1.0.0.Final</log4j2-jboss-logmanager.version>
<log4j2-api.version>2.15.0</log4j2-api.version>
<log4j-jboss-logmanager.version>1.2.2.Final</log4j-jboss-logmanager.version>
<avro.version>1.10.2</avro.version>
<apicurio-registry.version>2.0.1.Final</apicurio-registry.version>
Expand Down Expand Up @@ -2780,6 +2781,15 @@
</exclusion>
</exclusions>
</dependency>
<!--
While we are not affected by CVE-2021-4428 as we are only using the Log4j2 API,
we enforce an updated version so that security scanners don't detect false positives.
-->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j2-api.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.logmanager</groupId>
<artifactId>log4j-jboss-logmanager</artifactId>
Expand Down

0 comments on commit b67bd12

Please sign in to comment.