File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -306,15 +306,17 @@ static JVM_SETUP: Lazy<()> = Lazy::new(|| {
306
306
// Kafka client
307
307
// Note that j4rs does NOT pull dependencies, so we need to add compression libs (except for gzip, which is
308
308
// built into Java) manually.
309
- "org.apache.kafka:kafka-clients:3.1 .0" ,
309
+ "org.apache.kafka:kafka-clients:3.5 .0" ,
310
310
// Helper used in `from_java_bytes`
311
311
"org.apache.commons:commons-lang3:3.12.0" ,
312
312
// LZ4 compression support
313
313
"org.lz4:lz4-java:1.8.0" ,
314
314
// snappy compression support
315
- "org.xerial.snappy:snappy-java:1.1.8.4 " ,
315
+ "org.xerial.snappy:snappy-java:1.1.10.2 " ,
316
316
// zstd compression support
317
- "com.github.luben:zstd-jni:1.5.0-4" ,
317
+ "com.github.luben:zstd-jni:1.5.5-5" ,
318
+ // logging from withing java
319
+ "org.slf4j:slf4j-api:2.0.7" ,
318
320
] {
319
321
let artifact = MavenArtifact :: from ( artifact_name) ;
320
322
jvm_installation
You can’t perform that action at this time.
0 commit comments