Skip to content

Commit

Permalink
Update zstd-jni lib (apache#17253)
Browse files Browse the repository at this point in the history
Reviewers: Josep Prat <[email protected]>
  • Loading branch information
olegbonar authored Sep 24, 2024
1 parent 2e8bae8 commit 42cc3c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ pcollections-4.0.1, see: licenses/pcollections-MIT
---------------------------------------
BSD 2-Clause

zstd-jni-1.5.6-5 see: licenses/zstd-jni-BSD-2-clause
zstd-jni-1.5.6-6 see: licenses/zstd-jni-BSD-2-clause

---------------------------------------
BSD 3-Clause
Expand Down
4 changes: 2 additions & 2 deletions docker/native/native-image-configs/resource-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
}, {
"pattern":"\\Qkafka/kafka-version.properties\\E"
}, {
"pattern":"\\Qlinux/amd64/libzstd-jni-1.5.6-5.so\\E"
"pattern":"\\Qlinux/amd64/libzstd-jni-1.5.6-6.so\\E"
}, {
"pattern":"\\Qlinux/aarch64/libzstd-jni-1.5.6-5.so\\E"
"pattern":"\\Qlinux/aarch64/libzstd-jni-1.5.6-6.so\\E"
}, {
"pattern":"\\Qnet/jpountz/util/linux/amd64/liblz4-java.so\\E"
}, {
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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-5",
zstd: "1.5.6-6",
junitPlatform: "1.10.2",
hdrHistogram: "2.2.2"
]
Expand Down

0 comments on commit 42cc3c0

Please sign in to comment.