Skip to content

Commit f61bab2

Browse files
committed
updated log4j2 version
1 parent 3ffccf4 commit f61bab2

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
@@ -238,10 +238,10 @@ License Version 2.0:
238238
- jetty-util-12.0.22
239239
- jose4j-0.9.6
240240
- jspecify-1.0.0
241-
- log4j-api-2.24.3
242-
- log4j-core-2.24.3
243-
- log4j-slf4j-impl-2.24.3
244-
- log4j-1.2-api-2.24.3
241+
- log4j-api-2.25.3
242+
- log4j-core-2.25.3
243+
- log4j-slf4j-impl-2.25.3
244+
- log4j-1.2-api-2.25.3
245245
- lz4-java-1.10.1
246246
- maven-artifact-3.9.6
247247
- metrics-core-2.2.0

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ versions += [
104104
kafka_38: "3.8.1",
105105
kafka_39: "3.9.1",
106106
kafka_40: "4.0.0",
107-
log4j2: "2.24.3",
107+
log4j2: "2.25.3",
108108
// When updating lz4 make sure the compression levels in org.apache.kafka.common.record.CompressionType are still valid
109109
// https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/common/record/CompressionType.java#L73-L74
110110
// https://github.com/yawkat/lz4-java/blob/main/src/java/net/jpountz/lz4/LZ4Constants.java#L23-L24

0 commit comments

Comments
 (0)