Skip to content

Commit 2759ea0

Browse files
authored
KAFKA-20369 Upgrade log4j2 to 2.25.4 (#21896)
Upgrade log4j2 from 2.25.3 to 2.25.4 This change updates all four artifacts (log4j-api, log4j-core, log4j-1.2-api, log4j-slf4j-impl) Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
1 parent 2713477 commit 2759ea0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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-util-12.0.25
238238
- jose4j-0.9.6
239239
- jspecify-1.0.0
240-
- log4j-api-2.25.3
241-
- log4j-core-2.25.3
242-
- log4j-slf4j-impl-2.25.3
243-
- log4j-1.2-api-2.25.3
240+
- log4j-api-2.25.4
241+
- log4j-core-2.25.4
242+
- log4j-slf4j-impl-2.25.4
243+
- log4j-1.2-api-2.25.4
244244
- lz4-java-1.10.2
245245
- maven-artifact-3.9.11
246246
- metrics-core-2.2.0

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ versions += [
111111
kafka_40: "4.0.1",
112112
kafka_41: "4.1.2",
113113
kafka_42: "4.2.0",
114-
log4j2: "2.25.3",
114+
log4j2: "2.25.4",
115115
// When updating lz4 make sure the compression levels in org.apache.kafka.common.record.internal.CompressionType are still valid
116116
// https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/common/record/internal/CompressionType.java#L73-L74
117117
// https://github.com/yawkat/lz4-java/blob/main/src/java/net/jpountz/lz4/LZ4Constants.java#L23-L24

0 commit comments

Comments
 (0)