Browse Source

[NO JIRA] Update org.apache.logging.log4j:log4j-core/api/to-slf4j to 2.19.0

tags/9.9.0.65466
Matteo Mara 1 year ago
parent
commit
0a71847202
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

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

Loading…
Cancel
Save