Skip to content

Commit e9ed67d

Browse files
authored
MINOR: Update log4j2 to 2.24.3 (apache#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 apache/logging-log4j2#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 <[email protected]>, Chia-Ping Tsai <[email protected]
1 parent 7a976c6 commit e9ed67d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

LICENSE-binary

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,10 @@ License Version 2.0:
237237
- jetty-session-12.0.15
238238
- jetty-util-12.0.15
239239
- jose4j-0.9.4
240-
- log4j-api-2.24.1
241-
- log4j-core-2.24.1
242-
- log4j-slf4j-impl-2.24.1
243-
- log4j-1.2-api-2.24.1
240+
- log4j-api-2.24.3
241+
- log4j-core-2.24.3
242+
- log4j-slf4j-impl-2.24.3
243+
- log4j-1.2-api-2.24.3
244244
- lz4-java-1.8.0
245245
- maven-artifact-3.9.6
246246
- metrics-core-2.2.0

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ versions += [
102102
kafka_37: "3.7.2",
103103
kafka_38: "3.8.1",
104104
kafka_39: "3.9.0",
105-
log4j2: "2.24.1",
105+
log4j2: "2.24.3",
106106
// When updating lz4 make sure the compression levels in org.apache.kafka.common.record.CompressionType are still valid
107107
lz4: "1.8.0",
108108
mavenArtifact: "3.9.6",

0 commit comments

Comments
 (0)