aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorMatteo Mara <matteo.mara@sonarsource.com>2022-12-19 13:07:35 +0100
committersonartech <sonartech@sonarsource.com>2022-12-20 20:03:01 +0000
commit0a71847202063e62e58c37f0e51fdb79c90d6d80 (patch)
tree86fb6510d0e645ee4d23d5206e5d21ed9a707529 /build.gradle
parentc233c70fba3fdfa958aa598a2c1615792c977182 (diff)
downloadsonarqube-0a71847202063e62e58c37f0e51fdb79c90d6d80.tar.gz
sonarqube-0a71847202063e62e58c37f0e51fdb79c90d6d80.zip
[NO JIRA] Update org.apache.logging.log4j:log4j-core/api/to-slf4j to 2.19.0
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 298e9b6ff9d..562f51a216d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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'