From e9ed67d34a8d5b80f9c7710831874f56928a097e Mon Sep 17 00:00:00 2001 From: Ismael Juma Date: Thu, 6 Mar 2025 09:11:29 -0800 Subject: [PATCH] MINOR: Update log4j2 to 2.24.3 (#19135) 2.24.2 includes a critical fix: "This release fixes a critical bug in Log4j API initialization code, which can cause LogManager.getLogger() to return null under certain conditions. See https://github.com/apache/logging-log4j2/issues/3143 for details." 2.24.3 includes an important fix for our usage: "Fix ConcurrentModificationException, if multiple threads modify loggers concurrently. This bug affects users that modify logger levels programmatically." Release notes: * https://github.com/apache/logging-log4j2/releases/tag/rel%2F2.24.2 * https://github.com/apache/logging-log4j2/releases/tag/rel%2F2.24.3 Reviewers: David Jacot , Chia-Ping Tsai