From: Eric Giffon Date: Wed, 5 Apr 2023 16:40:02 +0000 (+0200) Subject: SONAR-19005 Upgrade org.apache.logging.log4j to 2.20.0 X-Git-Tag: 10.1.0.73491~493 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2fc8bfd00d4703dd6a418bfe6628b01212a73d24;p=sonarqube.git SONAR-19005 Upgrade org.apache.logging.log4j to 2.20.0 --- diff --git a/build.gradle b/build.gradle index 0ed9fb5a38b..2ac95c84b0d 100644 --- a/build.gradle +++ b/build.gradle @@ -302,7 +302,7 @@ subprojects { exclude 'commons-logging:commons-logging' } // Be aware that Log4j is used by Elasticsearch client - dependencySet(group: 'org.apache.logging.log4j', version: '2.19.0') { + dependencySet(group: 'org.apache.logging.log4j', version: '2.20.0') { entry 'log4j-core' entry 'log4j-api' entry 'log4j-to-slf4j'