Skip to content

Commit ed79212

Browse files
authored
MINOR: bump zstd minor version to 1.5.6-10 (#19512)
Bump zstd minor version to 1.5.6-10. Reviewers: Chia-Ping Tsai <[email protected]>
1 parent a78a931 commit ed79212

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: LICENSE-binary

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ MIT License
306306
---------------------------------------
307307
BSD 2-Clause
308308

309-
- zstd-jni-1.5.6-6, see: licenses/zstd-jni-BSD-2-clause
309+
- zstd-jni-1.5.6-10, see: licenses/zstd-jni-BSD-2-clause
310310
- HdrHistogram-2.2.2, see: licenses/hdrHistogram-BSD-2-clause
311311

312312
---------------------------------------

Diff for: docker/native/native-image-configs/resource-config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
}, {
7272
"pattern":"\\Qkafka/kafka-version.properties\\E"
7373
}, {
74-
"pattern":"\\Qlinux/aarch64/libzstd-jni-1.5.6-6.so\\E"
74+
"pattern":"\\Qlinux/aarch64/libzstd-jni-1.5.6-10.so\\E"
7575
}, {
76-
"pattern":"\\Qlinux/amd64/libzstd-jni-1.5.6-6.so\\E"
76+
"pattern":"\\Qlinux/amd64/libzstd-jni-1.5.6-10.so\\E"
7777
}, {
7878
"pattern":"\\Qlog4j2.StatusLogger.properties\\E"
7979
}, {

Diff for: gradle/dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ versions += [
125125
zinc: "1.9.2",
126126
// When updating the zstd version, please do as well in docker/native/native-image-configs/resource-config.json
127127
// Also make sure the compression levels in org.apache.kafka.common.record.CompressionType are still valid
128-
zstd: "1.5.6-6",
128+
zstd: "1.5.6-10",
129129
junitPlatform: "1.10.2",
130130
hdrHistogram: "2.2.2"
131131
]

0 commit comments

Comments
 (0)