File tree 3 files changed +4
-4
lines changed
docker/native/native-image-configs
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ MIT License
306
306
---------------------------------------
307
307
BSD 2-Clause
308
308
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
310
310
- HdrHistogram-2.2.2, see: licenses/hdrHistogram-BSD-2-clause
311
311
312
312
---------------------------------------
Original file line number Diff line number Diff line change 71
71
}, {
72
72
"pattern" :" \\ Qkafka/kafka-version.properties\\ E"
73
73
}, {
74
- "pattern" :" \\ Qlinux/aarch64/libzstd-jni-1.5.6-6 .so\\ E"
74
+ "pattern" :" \\ Qlinux/aarch64/libzstd-jni-1.5.6-10 .so\\ E"
75
75
}, {
76
- "pattern" :" \\ Qlinux/amd64/libzstd-jni-1.5.6-6 .so\\ E"
76
+ "pattern" :" \\ Qlinux/amd64/libzstd-jni-1.5.6-10 .so\\ E"
77
77
}, {
78
78
"pattern" :" \\ Qlog4j2.StatusLogger.properties\\ E"
79
79
}, {
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ versions += [
125
125
zinc : " 1.9.2" ,
126
126
// When updating the zstd version, please do as well in docker/native/native-image-configs/resource-config.json
127
127
// 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 " ,
129
129
junitPlatform : " 1.10.2" ,
130
130
hdrHistogram : " 2.2.2"
131
131
]
You can’t perform that action at this time.
0 commit comments