Skip to content

Commit

Permalink
chore(deps): update dependency org.apache.kafka:kafka-clients to v3.4…
Browse files Browse the repository at this point in the history
….0 (#6)

Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
  • Loading branch information
mend-for-github-com[bot] authored May 30, 2023
1 parent 79478c6 commit d7ec3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frauddetectionservice/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit d7ec3cb

Please sign in to comment.