From d7ec3cbbed0059aeb16980c9c9033362d1c140b7 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 13:32:53 -0700 Subject: [PATCH] chore(deps): update dependency org.apache.kafka:kafka-clients to v3.4.0 (#6) Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> --- src/frauddetectionservice/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frauddetectionservice/build.gradle.kts b/src/frauddetectionservice/build.gradle.kts index edd1c1f233..fd7a715375 100644 --- a/src/frauddetectionservice/build.gradle.kts +++ b/src/frauddetectionservice/build.gradle.kts @@ -30,7 +30,7 @@ dependencies { implementation("com.google.protobuf:protobuf-java:3.21.7") testImplementation(kotlin("test")) implementation(kotlin("script-runtime")) - implementation("org.apache.kafka:kafka-clients:3.3.1") + implementation("org.apache.kafka:kafka-clients:3.4.0") implementation("com.google.api.grpc:proto-google-common-protos:2.9.6") implementation("io.grpc:grpc-protobuf:${grpcVersion}") implementation("io.grpc:grpc-stub:${grpcVersion}")