Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,10 @@ License Version 2.0:
- jetty-util-12.0.22
- jose4j-0.9.6
- jspecify-1.0.0
- log4j-api-2.25.1
- log4j-core-2.25.1
- log4j-slf4j-impl-2.25.1
- log4j-1.2-api-2.25.1
- log4j-api-2.25.3
- log4j-core-2.25.3
- log4j-slf4j-impl-2.25.3
- log4j-1.2-api-2.25.3
- lz4-java-1.10.1
- maven-artifact-3.9.11
- metrics-core-2.2.0
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ versions += [
kafka_39: "3.9.1",
kafka_40: "4.0.1",
kafka_41: "4.1.1",
log4j2: "2.25.1",
log4j2: "2.25.3",
// When updating lz4 make sure the compression levels in org.apache.kafka.common.record.CompressionType are still valid
// https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/common/record/CompressionType.java#L73-L74
// https://github.com/yawkat/lz4-java/blob/main/src/java/net/jpountz/lz4/LZ4Constants.java#L23-L24
Expand Down