From a548bcbec715090ecdd697d52288e6c9554961ca Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 09:23:51 -0800 Subject: [PATCH] fix(deps): update log4j2 monorepo to v2.22.1 (#977) Signed-off-by: mend-for-github-com[bot] Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> Co-authored-by: Owais Kazi --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0281ab6a..dd65fc5d 100644 --- a/build.gradle +++ b/build.gradle @@ -163,7 +163,7 @@ repositories { dependencies { def opensearchVersion = "${opensearch_version}" - def log4jVersion = "2.21.1" + def log4jVersion = "2.22.1" def nettyVersion = "4.1.101.Final" def jacksonDatabindVersion = "2.16.1" def guavaVersion = "32.1.3-jre"