Browse Source

SONAR-21569 Update log4j 2.21.1 -> 2.22.1

tags/10.5.0.89998
Wojtek Wajerowicz 4 months ago
parent
commit
47cac1952b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle View 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'

Loading…
Cancel
Save