]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-21569 Update log4j 2.21.1 -> 2.22.1
authorWojtek Wajerowicz <115081248+wojciech-wajerowicz-sonarsource@users.noreply.github.com>
Mon, 5 Feb 2024 16:19:45 +0000 (17:19 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 8 Feb 2024 20:02:45 +0000 (20:02 +0000)
build.gradle

index d9f4d26118ec356a92e349790afd894b6febed83..ddb995c32c8f55deea1c0460b43083e89784ea45 100644 (file)
@@ -369,7 +369,7 @@ subprojects {
         exclude 'commons-logging:commons-logging'
       }
       // Be aware that Log4j is used by Elasticsearch client
-      dependencySet(group: 'org.apache.logging.log4j', version: '2.21.1') {
+      dependencySet(group: 'org.apache.logging.log4j', version: '2.22.1') {
         entry 'log4j-core'
         entry 'log4j-api'
         entry 'log4j-to-slf4j'