aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorBelen Pruvost <belen.pruvost@sonarsource.com>2021-12-30 14:00:02 +0100
committersonartech <sonartech@sonarsource.com>2022-01-03 20:02:55 +0000
commit7afda49f73438fd1c027d2f558e8012e4d488915 (patch)
tree079ed82c4ae1cf7ccfae079564c76f273af36a70 /build.gradle
parentae718826de26aa4f6ef794f884ba54015e317d89 (diff)
downloadsonarqube-7afda49f73438fd1c027d2f558e8012e4d488915.tar.gz
sonarqube-7afda49f73438fd1c027d2f558e8012e4d488915.zip
SONAR-15869 - Fix SSF-223
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 a6770e4383f..786c9930400 100644
--- a/build.gradle
+++ b/build.gradle
@@ -365,7 +365,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.0') {
+ dependencySet(group: 'org.apache.logging.log4j', version: '2.17.1') {
entry 'log4j-core'
entry 'log4j-api'
entry 'log4j-to-slf4j'