]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-19005 Upgrade org.apache.logging.log4j to 2.20.0
authorEric Giffon <eric.giffon@sonarsource.com>
Wed, 5 Apr 2023 16:40:02 +0000 (18:40 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 6 Apr 2023 20:03:15 +0000 (20:03 +0000)
build.gradle

index 0ed9fb5a38becd4f8a75aed5bc52c889dc2769c1..2ac95c84b0dcebe13adc3a8e013f19f6bde8f416 100644 (file)
@@ -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'