Skip to content

Commit 063d69a

Browse files
KAFKA-20369 Upgrade log4j2 to 2.25.4 (#22117)
cherry picked from commit 2759ea0 Reviewers: Chia-Ping Tsai <chia7712@gmail.com>, Federico Valeri <fedevaleri@gmail.com>, Ken Huang <s7133700@gmail.com> Co-authored-by: Murali Basani <muralidhar.basani@aiven.io>
1 parent 5de1da6 commit 063d69a

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.34
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.1
245245
- maven-artifact-3.9.15
246246
- metrics-core-2.2.0

gradle/dependencies.gradle

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

0 commit comments

Comments
 (0)