From 47cac1952b87e454aef5baeebe2f191931f426a2 Mon Sep 17 00:00:00 2001 From: Wojtek Wajerowicz <115081248+wojciech-wajerowicz-sonarsource@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:19:45 +0100 Subject: [PATCH] SONAR-21569 Update log4j 2.21.1 -> 2.22.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d9f4d26118e..ddb995c32c8 100644 --- a/build.gradle +++ b/build.gradle @@ -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' -- 2.39.5