From aead1da0e08a4fc8f57036de83afc78ad472c072 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Fri, 10 Dec 2021 22:56:07 +0100 Subject: [PATCH] Update Log4j 2 API to 2.15.0 While we are not affected by CVE-2021-4428 as we are only using the Log4j2 API and not the implementation which contains the security flaw, security scanners are known to not always be as fine grained as we would have liked and we don't want Quarkus to be reported as unsafe because of false positives. --- .github/dependabot.yml | 1 + bom/application/pom.xml | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index edfc875a0b0d6..e490e2dfe9ae9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -27,6 +27,7 @@ updates: - dependency-name: com.vackosar.gitflowincrementalbuilder:gitflow-incremental-builder - dependency-name: org.jboss.logging:* - dependency-name: org.jboss.logmanager:* + - dependency-name: org.apache.logging.log4j:log4j-api - dependency-name: org.ow2.asm:* - dependency-name: org.glassfish:jakarta-el - dependency-name: com.google.cloud.tools:jib-core diff --git a/bom/application/pom.xml b/bom/application/pom.xml index 0d1a7cb22a338..c51c5b3c447eb 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -186,6 +186,7 @@ 2.8.6 0.46 1.0.0.Final + 2.15.0 1.2.2.Final 1.11.0 2.1.3.Final @@ -2655,6 +2656,15 @@ + + + org.apache.logging.log4j + log4j-api + ${log4j2-api.version} + org.jboss.logmanager log4j-jboss-logmanager