Skip to content

Commit

Permalink
fix(deps): Bump org.apache.kafka:kafka-streams-test-utils from 7.6.0-…
Browse files Browse the repository at this point in the history
…ccs to 7.6.1-ccs in /scheduler/data-flow (#5538)
  • Loading branch information
dependabot[bot] authored May 16, 2024
1 parent 1ddf4a4 commit 1f3ee58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scheduler/data-flow/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ dependencies {
implementation("io.klogging:slf4j-klogging:0.5.11")

// Kafka
implementation("org.apache.kafka:kafka-streams:7.6.0-ccs")
testImplementation("org.apache.kafka:kafka-streams-test-utils:7.6.0-ccs")
implementation("org.apache.kafka:kafka-streams:7.6.1-ccs")
testImplementation("org.apache.kafka:kafka-streams-test-utils:7.6.1-ccs")

// gRPC
implementation("io.grpc:grpc-kotlin-stub:1.4.1")
Expand Down

0 comments on commit 1f3ee58

Please sign in to comment.