From 2fc8bfd00d4703dd6a418bfe6628b01212a73d24 Mon Sep 17 00:00:00 2001 From: Eric Giffon Date: Wed, 5 Apr 2023 18:40:02 +0200 Subject: [PATCH] SONAR-19005 Upgrade org.apache.logging.log4j to 2.20.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0ed9fb5a38b..2ac95c84b0d 100644 --- a/build.gradle +++ b/build.gradle @@ -302,7 +302,7 @@ subprojects { exclude 'commons-logging:commons-logging' } // Be aware that Log4j is used by Elasticsearch client - dependencySet(group: 'org.apache.logging.log4j', version: '2.19.0') { + dependencySet(group: 'org.apache.logging.log4j', version: '2.20.0') { entry 'log4j-core' entry 'log4j-api' entry 'log4j-to-slf4j' -- 2.39.5