]> source.dussan.org Git - sonarqube.git/commitdiff
[NO JIRA] Update org.apache.logging.log4j:log4j-core/api/to-slf4j to 2.19.0
authorMatteo Mara <matteo.mara@sonarsource.com>
Mon, 19 Dec 2022 12:07:35 +0000 (13:07 +0100)
committersonartech <sonartech@sonarsource.com>
Tue, 20 Dec 2022 20:03:01 +0000 (20:03 +0000)
build.gradle

index 298e9b6ff9dbe990a749f61b9c940c93f94a1c7d..562f51a216d81e8ff316883adb8417201de513e6 100644 (file)
@@ -292,7 +292,7 @@ subprojects {
         exclude 'commons-logging:commons-logging'
       }
       // Be aware that Log4j is used by Elasticsearch client
-      dependencySet(group: 'org.apache.logging.log4j', version: '2.17.1') {
+      dependencySet(group: 'org.apache.logging.log4j', version: '2.19.0') {
         entry 'log4j-core'
         entry 'log4j-api'
         entry 'log4j-to-slf4j'