diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 5a3fde1cde8..84b7d4e8448 100644 --- a/build.gradle +++ b/build.gradle @@ -401,7 +401,7 @@ subprojects { exclude 'log4j:log4j' } // Be aware that Log4j is used by Elasticsearch client - dependencySet(group: 'org.apache.logging.log4j', version: '2.24.1') { + dependencySet(group: 'org.apache.logging.log4j', version: '2.24.2') { entry 'log4j-core' entry 'log4j-api' entry 'log4j-to-slf4j' |