diff options
author | Matteo Mara <matteo.mara@sonarsource.com> | 2024-10-02 16:23:35 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-10-07 20:03:15 +0000 |
commit | 87f1919a5b9516eae6e276ee798ad77bb3c7a756 (patch) | |
tree | 8e20e88fc6ab08308992ef19bd0778603c8ebebb | |
parent | 571bf441caef2b84ec133a71fd0a5b2721cea264 (diff) | |
download | sonarqube-87f1919a5b9516eae6e276ee798ad77bb3c7a756.tar.gz sonarqube-87f1919a5b9516eae6e276ee798ad77bb3c7a756.zip |
SONAR-23133 Upgrade group org.apache.logging.log4j from 2.23.1 to 2.24.1
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 28abe491bf6..cabc61875b1 100644 --- a/build.gradle +++ b/build.gradle @@ -393,7 +393,7 @@ subprojects { exclude 'log4j:log4j' } // Be aware that Log4j is used by Elasticsearch client - dependencySet(group: 'org.apache.logging.log4j', version: '2.23.1') { + dependencySet(group: 'org.apache.logging.log4j', version: '2.24.1') { entry 'log4j-core' entry 'log4j-api' entry 'log4j-to-slf4j' |