Skip to content

Commit

Permalink
build(deps): bump org.apache.kafka:kafka-streams in /scheduler/data-flow
Browse files Browse the repository at this point in the history
Bumps org.apache.kafka:kafka-streams from 3.4.0 to 7.6.0-ce.

---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-streams
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 28, 2024
1 parent 00359f1 commit a547272
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.0-ce")
testImplementation("org.apache.kafka:kafka-streams-test-utils:7.6.0-ce")

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

0 comments on commit a547272

Please sign in to comment.