MINOR: Update zstd-jni to 1.5.6-5 (#17151)

Reviewers: Mickael Maison <mickael.maison@gmail.com>
This commit is contained in:
Oleg Bonar 2024-09-12 17:47:32 +02:00 committed by GitHub
parent 241b6e6c6f
commit 2703b64c4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -327,7 +327,7 @@ pcollections-4.0.1, see: licenses/pcollections-MIT
---------------------------------------
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

View File

@ -25,9 +25,9 @@
}, {
"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"
}, {

View File

@ -160,7 +160,7 @@ versions += [
zookeeper: "3.8.4",
// 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
zstd: "1.5.6-4",
zstd: "1.5.6-5",
junitPlatform: "1.10.2",
hdrHistogram: "2.2.2"
]