mirror of https://github.com/apache/kafka.git
MINOR: Update zstd-jni to 1.5.6-5 (#17151)
Reviewers: Mickael Maison <mickael.maison@gmail.com>
This commit is contained in:
parent
241b6e6c6f
commit
2703b64c4c
|
@ -327,7 +327,7 @@ pcollections-4.0.1, see: licenses/pcollections-MIT
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
BSD 2-Clause
|
BSD 2-Clause
|
||||||
|
|
||||||
zstd-jni-1.5.6-4 see: licenses/zstd-jni-BSD-2-clause
|
zstd-jni-1.5.6-5 see: licenses/zstd-jni-BSD-2-clause
|
||||||
|
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
BSD 3-Clause
|
BSD 3-Clause
|
||||||
|
|
|
@ -25,9 +25,9 @@
|
||||||
}, {
|
}, {
|
||||||
"pattern":"\\Qkafka/kafka-version.properties\\E"
|
"pattern":"\\Qkafka/kafka-version.properties\\E"
|
||||||
}, {
|
}, {
|
||||||
"pattern":"\\Qlinux/amd64/libzstd-jni-1.5.6-4.so\\E"
|
"pattern":"\\Qlinux/amd64/libzstd-jni-1.5.6-5.so\\E"
|
||||||
}, {
|
}, {
|
||||||
"pattern":"\\Qlinux/aarch64/libzstd-jni-1.5.6-4.so\\E"
|
"pattern":"\\Qlinux/aarch64/libzstd-jni-1.5.6-5.so\\E"
|
||||||
}, {
|
}, {
|
||||||
"pattern":"\\Qnet/jpountz/util/linux/amd64/liblz4-java.so\\E"
|
"pattern":"\\Qnet/jpountz/util/linux/amd64/liblz4-java.so\\E"
|
||||||
}, {
|
}, {
|
||||||
|
|
|
@ -160,7 +160,7 @@ versions += [
|
||||||
zookeeper: "3.8.4",
|
zookeeper: "3.8.4",
|
||||||
// When updating the zstd version, please do as well in docker/native/native-image-configs/resource-config.json
|
// When updating the zstd version, please do as well in docker/native/native-image-configs/resource-config.json
|
||||||
// Also make sure the compression levels in org.apache.kafka.common.record.CompressionType are still valid
|
// Also make sure the compression levels in org.apache.kafka.common.record.CompressionType are still valid
|
||||||
zstd: "1.5.6-4",
|
zstd: "1.5.6-5",
|
||||||
junitPlatform: "1.10.2",
|
junitPlatform: "1.10.2",
|
||||||
hdrHistogram: "2.2.2"
|
hdrHistogram: "2.2.2"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue