aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorJacek Poreda <jacek.poreda@sonarsource.com>2023-11-07 11:17:06 +0100
committersonartech <sonartech@sonarsource.com>2023-11-08 20:02:51 +0000
commit6c525fc50c21c84015497eb31ab8ef47aece1e2e (patch)
treeb36dfdde61afa7475e3a4843793b8e41e42fa643 /build.gradle
parenteffe2ed52d0039b7fc9a64bc33e25eb75472fb7a (diff)
downloadsonarqube-6c525fc50c21c84015497eb31ab8ef47aece1e2e.tar.gz
sonarqube-6c525fc50c21c84015497eb31ab8ef47aece1e2e.zip
[NO-JIRA] org.apache.logging.log4j 2.20.0 -> 2.21.1
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 b4c1afe73da..a058b18e45e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -360,7 +360,7 @@ subprojects {
exclude 'commons-logging:commons-logging'
}
// Be aware that Log4j is used by Elasticsearch client
- dependencySet(group: 'org.apache.logging.log4j', version: '2.20.0') {
+ dependencySet(group: 'org.apache.logging.log4j', version: '2.21.1') {
entry 'log4j-core'
entry 'log4j-api'
entry 'log4j-to-slf4j'