From c429a71dec0bfc11501c2507829b7a40789a858b 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, 2 Jan 2025 00:16:07 -0800 Subject: [PATCH] Update log4j2 monorepo to v2.24.3 (#2) 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> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4c5d486..36db5fc 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { is_snapshot = "true" == System.getProperty("build.snapshot", "true") build_version_qualifier = System.getProperty("build.version_qualifier", "") - log4j_version = '2.24.2' + log4j_version = '2.24.3' jackson_version = '2.18.2' apache_http_components_version = '5.3.1' apache_http_core_version = '5.2.5'