Skip to content

Commit ec43c19

Browse files
Update Kafka dependency and resulting version diffs
Signed-off-by: Stephen Crawford <steecraw@amazon.com>
1 parent 5bdcb29 commit ec43c19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ buildscript {
2424
opensearch_build = version_tokens[0] + '.0'
2525

2626
common_utils_version = System.getProperty("common_utils.version", '3.0.0.0-SNAPSHOT')
27-
kafka_version = '3.0.2'
27+
kafka_version = '3.4.0'
2828

2929
if (buildVersionQualifier) {
3030
opensearch_build += "-${buildVersionQualifier}"
@@ -411,16 +411,16 @@ dependencies {
411411
runtimeOnly 'com.google.j2objc:j2objc-annotations:1.3'
412412
runtimeOnly 'com.google.code.findbugs:jsr305:3.0.2'
413413
runtimeOnly 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'
414-
runtimeOnly 'org.lz4:lz4-java:1.7.1'
414+
runtimeOnly 'org.lz4:lz4-java:1.8.0'
415415
runtimeOnly 'io.dropwizard.metrics:metrics-core:3.1.2'
416416
runtimeOnly 'org.slf4j:slf4j-api:1.7.30'
417-
runtimeOnly 'org.xerial.snappy:snappy-java:1.1.8.1'
417+
runtimeOnly 'org.xerial.snappy:snappy-java:1.1.8.4'
418418
runtimeOnly 'org.codehaus.woodstox:stax2-api:4.2.1'
419419
runtimeOnly 'org.glassfish.jaxb:txw2:2.3.4'
420420
runtimeOnly 'com.fasterxml.woodstox:woodstox-core:6.4.0'
421421
runtimeOnly 'org.apache.ws.xmlschema:xmlschema-core:2.2.5'
422422
runtimeOnly 'org.apache.santuario:xmlsec:2.2.3'
423-
runtimeOnly 'com.github.luben:zstd-jni:1.5.0-2'
423+
runtimeOnly 'com.github.luben:zstd-jni:1.5.2-1'
424424
runtimeOnly 'org.checkerframework:checker-qual:3.5.0'
425425
runtimeOnly "org.bouncycastle:bcpkix-jdk15on:${versions.bouncycastle}"
426426

0 commit comments

Comments
 (0)